#BBCC41

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

Shades of Celery #BBCC41

Tints of Celery #BBCC41

Color information

#BBCC41 (or 0xBBCC41) is unknown color: approx Celery. HEX triplet: BB, CC and 41. RGB value is (187,204,65). Sum of RGB (Red+Green+Blue) = 187+204+65=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 204 (80.08% from 255 or 44.74% from 456); Blue value is 65 (25.78% from 255 or 14.25% from 456); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCC41 is #4433BE. Grayscale: #B7B7B7. Windows color (decimal): -4469695 or 4312251. OLE color: 4312251.

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

Color convert

RGB18720465-
CMYK0.0800.680.2
HSL67.34º57.68%52.75%-
HSV(B)67.34º68.14%80%-
XYZ43.0454.1313.18-
YUV183.0761.37130.8-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.01%
GREEN value IS 204 (80.08% from 255) = 44.74%
BLUE value IS 65 (25.78% from 255) = 14.25%
R=41.01%
G=44.74%
B=14.25%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal187204650.0800.680.267.3457.6852.75
HexBBCC41804414433a35
Octal273314101100104241037265
Binary10111011110011001000001100001000100101001000011111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCC41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCC41; }

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

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

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

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

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

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

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

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