#BBD34D

Color #BBD34D Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #BBD34D

Tints of Conifer #BBD34D

Color information

#BBD34D (or 0xBBD34D) is unknown color: approx Conifer. HEX triplet: BB, D3 and 4D. RGB value is (187,211,77). Sum of RGB (Red+Green+Blue) = 187+211+77=475 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.37% from 475); Green value is 211 (82.81% from 255 or 44.42% from 475); Blue value is 77 (30.47% from 255 or 16.21% from 475); Max value from RGB is 211 - color contains mainly: green. Hex color #BBD34D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD34D is #442CB2. Grayscale: #BDBDBD. Windows color (decimal): -4467891 or 5100475. OLE color: 5100475.

HSL color Cylindrical-coordinate representation of color #BBD34D: hue angle of 70.75º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BBD34D is Cyan = 0.11, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.

Color convert

RGB18721177-
CMYK0.1100.640.17
HSL70.75º60.36%56.47%-
HSV(B)70.75º63.51%82.75%-
XYZ45.1357.6915.78-
YUV188.5565.05126.9-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.37%
GREEN value IS 211 (82.81% from 255) = 44.42%
BLUE value IS 77 (30.47% from 255) = 16.21%
R=39.37%
G=44.42%
B=16.21%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal187211770.1100.640.1770.7560.3656.47
HexBBD34DB04011473c38
Octal273323115130100211077470
Binary10111011110100111001101101101000000100011000111111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD34D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD34D; }

 p { color: rgb(187,211,77); }

 H1.HeaderClassName
 {
   color: #BBD34D;
 }
 .AnyTagClassName
 {
   color: #BBD34D;
 }
</style>
background-color css

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

 a { background-color: rgb(187,211,77); }

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

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

 span { border-color: rgb(187,211,77); }

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