Html Css Color HEX #BDDB4B Conifer

📋 copy color: '#BDDB4B'

red 189 ◦ green 219 ◦ blue 75

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

Shades of Conifer #BDDB4B

Tints of Conifer #BDDB4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 15.53%

R = 39.13%
G = 45.34%
B = 15.53%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#BDDB4B (or 0xBDDB4B) is known color: Conifer. HEX triplet: BD, DB and 4B. RGB value is (189,219,75). Sum of RGB (Red+Green+Blue) = 189+219+75=483 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.13% from 483); Green value is 219 (85.94% from 255 or 45.34% from 483); Blue value is 75 (29.69% from 255 or 15.53% from 483); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDB4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDDB4B is #4224B4. Grayscale: #C2C2C2. Windows color (decimal): -4334773 or 4971453. OLE color: 4971453.

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

Color convert

RGB 189 219 75 -
CMYK 0.14 0 0.66 0.14
HSL 72.5º 0.67% 0.58% -
HSV(B) 72.5º 0.66% 0.86% -
XYZ 47.59 61.99 16.11 -
YUV 193.61 61.06 124.71 -
System Red Green Blue C M Y K H S L
Decimal 189 219 75 0.14 0 0.66 0.14 72.5 0.67 0.58
Hex BD DB 4B E 0 42 E 48 43 3A
Octal 275 333 113 16 0 102 16 110 103 72
Binary 10111101 11011011 1001011 1110 0 1000010 1110 1001000 1000011 111010

Color Harmonies of #BDDB4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDB4B

Black with #BDDB4B

Text Example


Text Example

White with #BDDB4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDB4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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