#BBDD57

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

Shades of Conifer #BBDD57

Tints of Conifer #BBDD57

Color information

#BBDD57 (or 0xBBDD57) is unknown color: approx Conifer. HEX triplet: BB, DD and 57. RGB value is (187,221,87). Sum of RGB (Red+Green+Blue) = 187+221+87=495 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.78% from 495); Green value is 221 (86.72% from 255 or 44.65% from 495); Blue value is 87 (34.38% from 255 or 17.58% from 495); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDD57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDD57 is #4422A8. Grayscale: #C4C4C4. Windows color (decimal): -4465321 or 5758395. OLE color: 5758395.

HSL color Cylindrical-coordinate representation of color #BBDD57: hue angle of 75.22º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BBDD57 is Cyan = 0.15, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.

Color convert

RGB18722187-
CMYK0.1500.610.13
HSL75.22º66.34%60.39%-
HSV(B)75.22º60.63%86.67%-
XYZ48.0762.9718.64-
YUV195.5666.74121.9-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.78%
GREEN value IS 221 (86.72% from 255) = 44.65%
BLUE value IS 87 (34.38% from 255) = 17.58%
R=37.78%
G=44.65%
B=17.58%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal187221870.1500.610.1375.2266.3460.39
HexBBDD57F03DD4b423c
Octal273335127170751511310274
Binary1011101111011101101011111110111101110110010111000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDD57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDD57; }

 p { color: rgb(187,221,87); }

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

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

 a { background-color: rgb(187,221,87); }

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

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

 span { border-color: rgb(187,221,87); }

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