#BBCC45

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

Shades of Celery #BBCC45

Tints of Celery #BBCC45

Color information

#BBCC45 (or 0xBBCC45) is unknown color: approx Celery. HEX triplet: BB, CC and 45. RGB value is (187,204,69). Sum of RGB (Red+Green+Blue) = 187+204+69=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 204 (80.08% from 255 or 44.35% from 460); Blue value is 69 (27.34% from 255 or 15% from 460); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCC45 is #4433BA. Grayscale: #B8B8B8. Windows color (decimal): -4469691 or 4574395. OLE color: 4574395.

HSL color Cylindrical-coordinate representation of color #BBCC45: hue angle of 67.56º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BBCC45 is Cyan = 0.08, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.2.

Color convert

RGB18720469-
CMYK0.0800.660.2
HSL67.56º56.96%53.53%-
HSV(B)67.56º66.18%80%-
XYZ43.1654.1813.81-
YUV183.5363.37130.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.65%
GREEN value IS 204 (80.08% from 255) = 44.35%
BLUE value IS 69 (27.34% from 255) = 15%
R=40.65%
G=44.35%
B=15%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal187204690.0800.660.267.5656.9653.53
HexBBCC45804214443936
Octal273314105100102241047166
Binary10111011110011001000101100001000010101001000100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCC45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCC45; }

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

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

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

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

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

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

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

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