Html Css Color HEX #BDDC5B Conifer

📋 copy color: '#BDDC5B'

red 189 ◦ green 220 ◦ blue 91

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

Shades of Conifer #BDDC5B

Tints of Conifer #BDDC5B

RGB

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

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

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

R = 37.8%
G = 44%
B = 18.2%

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

#BDDC5B (or 0xBDDC5B) is known color: Conifer. HEX triplet: BD, DC and 5B. RGB value is (189,220,91). Sum of RGB (Red+Green+Blue) = 189+220+91=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 220 (86.33% from 255 or 44% from 500); Blue value is 91 (35.94% from 255 or 18.2% from 500); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDC5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDC5B is #4223A4. Grayscale: #C4C4C4. Windows color (decimal): -4334501 or 6020285. OLE color: 6020285.

HSL color Cylindrical-coordinate representation of color #BDDC5B: hue angle of 74.42º degrees, saturation: 0.65, 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 #BDDC5B is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 220 91 -
CMYK 0.14 0 0.59 0.14
HSL 74.42º 0.65% 0.61% -
HSV(B) 74.42º 0.59% 0.86% -
XYZ 48.47 62.76 19.46 -
YUV 196.03 68.73 122.99 -
System Red Green Blue C M Y K H S L
Decimal 189 220 91 0.14 0 0.59 0.14 74.42 0.65 0.61
Hex BD DC 5B E 0 3B E 4A 41 3D
Octal 275 334 133 16 0 73 16 112 101 75
Binary 10111101 11011100 1011011 1110 0 111011 1110 1001010 1000001 111101

Color Harmonies of #BDDC5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDC5B

Black with #BDDC5B

Text Example


Text Example

White with #BDDC5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDC5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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