Html Css Color HEX #BED94D Conifer

📋 copy color: '#BED94D'

red 190 ◦ green 217 ◦ blue 77

#BED94D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #BED94D

Tints of Conifer #BED94D

RGB

 RED value IS 190 (74.61% from 255) = 39.26%

 GREEN value IS 217 (85.16% from 255) = 44.83%

 BLUE value IS 77 (30.47% from 255) = 15.91%

R = 39.26%
G = 44.83%
B = 15.91%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BED94D (or 0xBED94D) is known color: Conifer. HEX triplet: BE, D9 and 4D. RGB value is (190,217,77). Sum of RGB (Red+Green+Blue) = 190+217+77=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 217 (85.16% from 255 or 44.83% from 484); Blue value is 77 (30.47% from 255 or 15.91% from 484); Max value from RGB is 217 - color contains mainly: green. Hex color #BED94D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED94D is #4126B2. Grayscale: #C1C1C1. Windows color (decimal): -4269747 or 5102014. OLE color: 5102014.

HSL color Cylindrical-coordinate representation of color #BED94D: hue angle of 71.57º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BED94D is Cyan = 0.12, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 217 77 -
CMYK 0.12 0 0.65 0.15
HSL 71.57º 0.65% 0.58% -
HSV(B) 71.57º 0.65% 0.85% -
XYZ 47.39 61.11 16.32 -
YUV 192.97 62.55 125.88 -
System Red Green Blue C M Y K H S L
Decimal 190 217 77 0.12 0 0.65 0.15 71.57 0.65 0.58
Hex BE D9 4D C 0 41 F 48 41 3A
Octal 276 331 115 14 0 101 17 110 101 72
Binary 10111110 11011001 1001101 1100 0 1000001 1111 1001000 1000001 111010

Color Harmonies of #BED94D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED94D

Black with #BED94D

Text Example


Text Example

White with #BED94D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED94D; }

 p { color: rgb(190,217,77); }

 H1.HeaderClassName
 {
   color: #BED94D;
 }
 .AnyTagClassName
 {
   color: #BED94D;
 }
</style>

background-color css

<style>
 a { background-color: #BED94D; }

 a { background-color: rgb(190,217,77); }

 div.DivClassName
 {
   background-color: #BED94D;
 }
 .BgClassName
 {
   background-color: #BED94D;
 }
</style>

border-color css

<style>
 span { border-color: #BED94D; }

 span { border-color: rgb(190,217,77); }

 td.TdClassName
 {
   border-color: #BED94D;
 }
 .TagClassName
 {
   border-color: #BED94D;
 }
</style>