Html Css Color HEX #BDDB5A Conifer

📋 copy color: '#BDDB5A'

red 189 ◦ green 219 ◦ blue 90

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

Shades of Conifer #BDDB5A

Tints of Conifer #BDDB5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 18.07%

R = 37.95%
G = 43.98%
B = 18.07%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#BDDB5A (or 0xBDDB5A) is known color: Conifer. HEX triplet: BD, DB and 5A. RGB value is (189,219,90). Sum of RGB (Red+Green+Blue) = 189+219+90=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 219 (85.94% from 255 or 43.98% from 498); Blue value is 90 (35.55% from 255 or 18.07% from 498); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDB5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDB5A is #4224A5. Grayscale: #C3C3C3. Windows color (decimal): -4334758 or 5954493. OLE color: 5954493.

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

Color convert

RGB 189 219 90 -
CMYK 0.14 0 0.59 0.14
HSL 73.95º 0.64% 0.61% -
HSV(B) 73.95º 0.59% 0.86% -
XYZ 48.16 62.22 19.14 -
YUV 195.32 68.56 123.49 -
System Red Green Blue C M Y K H S L
Decimal 189 219 90 0.14 0 0.59 0.14 73.95 0.64 0.61
Hex BD DB 5A E 0 3B E 4A 40 3D
Octal 275 333 132 16 0 73 16 112 100 75
Binary 10111101 11011011 1011010 1110 0 111011 1110 1001010 1000000 111101

Color Harmonies of #BDDB5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDB5A

Black with #BDDB5A

Text Example


Text Example

White with #BDDB5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDB5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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