Html Css Color HEX #BDDE5C Conifer

📋 copy color: '#BDDE5C'

red 189 ◦ green 222 ◦ blue 92

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

Shades of Conifer #BDDE5C

Tints of Conifer #BDDE5C

RGB

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

 GREEN value IS 222 (87.11% from 255) = 44.14%

 BLUE value IS 92 (36.33% from 255) = 18.29%

R = 37.57%
G = 44.14%
B = 18.29%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#BDDE5C (or 0xBDDE5C) is known color: Conifer. HEX triplet: BD, DE and 5C. RGB value is (189,222,92). Sum of RGB (Red+Green+Blue) = 189+222+92=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 222 (87.11% from 255 or 44.14% from 503); Blue value is 92 (36.33% from 255 or 18.29% from 503); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDE5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDE5C is #4221A3. Grayscale: #C5C5C5. Windows color (decimal): -4333988 or 6086333. OLE color: 6086333.

HSL color Cylindrical-coordinate representation of color #BDDE5C: hue angle of 75.23º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BDDE5C is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 222 92 -
CMYK 0.15 0 0.59 0.13
HSL 75.23º 0.66% 0.62% -
HSV(B) 75.23º 0.59% 0.87% -
XYZ 49.04 63.83 19.86 -
YUV 197.31 68.57 122.07 -
System Red Green Blue C M Y K H S L
Decimal 189 222 92 0.15 0 0.59 0.13 75.23 0.66 0.62
Hex BD DE 5C F 0 3B D 4B 42 3E
Octal 275 336 134 17 0 73 15 113 102 76
Binary 10111101 11011110 1011100 1111 0 111011 1101 1001011 1000010 111110

Color Harmonies of #BDDE5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDE5C

Black with #BDDE5C

Text Example


Text Example

White with #BDDE5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDE5C; }

 p { color: rgb(189,222,92); }

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

background-color css

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

 a { background-color: rgb(189,222,92); }

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

border-color css

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

 span { border-color: rgb(189,222,92); }

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