#BBDC45

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

Shades of Conifer #BBDC45

Tints of Conifer #BBDC45

Color information

#BBDC45 (or 0xBBDC45) is unknown color: approx Conifer. HEX triplet: BB, DC and 45. RGB value is (187,220,69). Sum of RGB (Red+Green+Blue) = 187+220+69=476 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.29% from 476); Green value is 220 (86.33% from 255 or 46.22% from 476); Blue value is 69 (27.34% from 255 or 14.50% from 476); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDC45 is #4423BA. Grayscale: #C1C1C1. Windows color (decimal): -4465595 or 4578491. OLE color: 4578491.

HSL color Cylindrical-coordinate representation of color #BBDC45: hue angle of 73.11º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BBDC45 is Cyan = 0.15, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.

Color convert

RGB18722069-
CMYK0.1500.690.14
HSL73.11º68.33%56.67%-
HSV(B)73.11º68.64%86.27%-
XYZ47.1662.1815.15-
YUV192.9258.07123.78-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.29%
GREEN value IS 220 (86.33% from 255) = 46.22%
BLUE value IS 69 (27.34% from 255) = 14.50%
R=39.29%
G=46.22%
B=14.50%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal187220690.1500.690.1473.1168.3356.67
HexBBDC45F045E494439
Octal2733341051701051611110471
Binary10111011110111001000101111101000101111010010011000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDC45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDC45; }

 p { color: rgb(187,220,69); }

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

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

 a { background-color: rgb(187,220,69); }

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

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

 span { border-color: rgb(187,220,69); }

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