Html Css Color HEX #BDDB5C Conifer

📋 copy color: '#BDDB5C'

red 189 ◦ green 219 ◦ blue 92

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

Shades of Conifer #BDDB5C

Tints of Conifer #BDDB5C

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.8%

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

R = 37.8%
G = 43.8%
B = 18.4%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#BDDB5C (or 0xBDDB5C) is known color: Conifer. HEX triplet: BD, DB and 5C. RGB value is (189,219,92). Sum of RGB (Red+Green+Blue) = 189+219+92=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 219 (85.94% from 255 or 43.8% from 500); Blue value is 92 (36.33% from 255 or 18.4% from 500); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDB5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDB5C is #4224A3. Grayscale: #C4C4C4. Windows color (decimal): -4334756 or 6085565. OLE color: 6085565.

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

Color convert

RGB 189 219 92 -
CMYK 0.14 0 0.58 0.14
HSL 74.17º 0.64% 0.61% -
HSV(B) 74.17º 0.58% 0.86% -
XYZ 48.25 62.25 19.6 -
YUV 195.55 69.56 123.33 -
System Red Green Blue C M Y K H S L
Decimal 189 219 92 0.14 0 0.58 0.14 74.17 0.64 0.61
Hex BD DB 5C E 0 3A E 4A 40 3D
Octal 275 333 134 16 0 72 16 112 100 75
Binary 10111101 11011011 1011100 1110 0 111010 1110 1001010 1000000 111101

Color Harmonies of #BDDB5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDB5C

Black with #BDDB5C

Text Example


Text Example

White with #BDDB5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDB5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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