Html Css Color HEX #BDDB5B Conifer

📋 copy color: '#BDDB5B'

red 189 ◦ green 219 ◦ blue 91

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

Shades of Conifer #BDDB5B

Tints of Conifer #BDDB5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 18.24%

R = 37.88%
G = 43.89%
B = 18.24%

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

#BDDB5B (or 0xBDDB5B) is known color: Conifer. HEX triplet: BD, DB and 5B. RGB value is (189,219,91). Sum of RGB (Red+Green+Blue) = 189+219+91=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 219 (85.94% from 255 or 43.89% from 499); Blue value is 91 (35.94% from 255 or 18.24% from 499); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDB5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDB5B is #4224A4. Grayscale: #C3C3C3. Windows color (decimal): -4334757 or 6020029. OLE color: 6020029.

HSL color Cylindrical-coordinate representation of color #BDDB5B: hue angle of 74.06º 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 #BDDB5B is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 219 91 -
CMYK 0.14 0 0.58 0.14
HSL 74.06º 0.64% 0.61% -
HSV(B) 74.06º 0.58% 0.86% -
XYZ 48.21 62.24 19.37 -
YUV 195.44 69.06 123.41 -
System Red Green Blue C M Y K H S L
Decimal 189 219 91 0.14 0 0.58 0.14 74.06 0.64 0.61
Hex BD DB 5B E 0 3A E 4A 40 3D
Octal 275 333 133 16 0 72 16 112 100 75
Binary 10111101 11011011 1011011 1110 0 111010 1110 1001010 1000000 111101

Color Harmonies of #BDDB5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDB5B

Black with #BDDB5B

Text Example


Text Example

White with #BDDB5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDB5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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