Html Css Color HEX #BDDC5E Conifer

📋 copy color: '#BDDC5E'

red 189 ◦ green 220 ◦ blue 94

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

Shades of Conifer #BDDC5E

Tints of Conifer #BDDC5E

RGB

 RED value IS 189 (74.22% from 255) = 37.57%

 GREEN value IS 220 (86.33% from 255) = 43.74%

 BLUE value IS 94 (37.11% from 255) = 18.69%

R = 37.57%
G = 43.74%
B = 18.69%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#BDDC5E (or 0xBDDC5E) is known color: Conifer. HEX triplet: BD, DC and 5E. RGB value is (189,220,94). Sum of RGB (Red+Green+Blue) = 189+220+94=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 220 (86.33% from 255 or 43.74% from 503); Blue value is 94 (37.11% from 255 or 18.69% from 503); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDC5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDC5E is #4223A1. Grayscale: #C4C4C4. Windows color (decimal): -4334498 or 6216893. OLE color: 6216893.

HSL color Cylindrical-coordinate representation of color #BDDC5E: hue angle of 74.76º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BDDC5E is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 220 94 -
CMYK 0.14 0 0.57 0.14
HSL 74.76º 0.64% 0.62% -
HSV(B) 74.76º 0.57% 0.86% -
XYZ 48.6 62.81 20.15 -
YUV 196.37 70.23 122.75 -
System Red Green Blue C M Y K H S L
Decimal 189 220 94 0.14 0 0.57 0.14 74.76 0.64 0.62
Hex BD DC 5E E 0 39 E 4B 40 3E
Octal 275 334 136 16 0 71 16 113 100 76
Binary 10111101 11011100 1011110 1110 0 111001 1110 1001011 1000000 111110

Color Harmonies of #BDDC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDC5E

Black with #BDDC5E

Text Example


Text Example

White with #BDDC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDC5E; }

 p { color: rgb(189,220,94); }

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

background-color css

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

 a { background-color: rgb(189,220,94); }

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

border-color css

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

 span { border-color: rgb(189,220,94); }

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