#BBCC4A

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

Shades of Celery #BBCC4A

Tints of Celery #BBCC4A

Color information

#BBCC4A (or 0xBBCC4A) is unknown color: approx Celery. HEX triplet: BB, CC and 4A. RGB value is (187,204,74). Sum of RGB (Red+Green+Blue) = 187+204+74=465 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.22% from 465); Green value is 204 (80.08% from 255 or 43.87% from 465); Blue value is 74 (29.30% from 255 or 15.91% from 465); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCC4A is #4433B5. Grayscale: #B8B8B8. Windows color (decimal): -4469686 or 4902075. OLE color: 4902075.

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

Color convert

RGB18720474-
CMYK0.0800.640.2
HSL67.85º56.03%54.51%-
HSV(B)67.85º63.73%80%-
XYZ43.3254.2414.67-
YUV184.165.87130.07-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.22%
GREEN value IS 204 (80.08% from 255) = 43.87%
BLUE value IS 74 (29.30% from 255) = 15.91%
R=40.22%
G=43.87%
B=15.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal187204740.0800.640.267.8556.0354.51
HexBBCC4A804014443837
Octal273314112100100241047067
Binary10111011110011001001010100001000000101001000100111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCC4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCC4A; }

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

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

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

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

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

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

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

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