#BBC648

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

Shades of Celery #BBC648

Tints of Celery #BBC648

Color information

#BBC648 (or 0xBBC648) is unknown color: approx Celery. HEX triplet: BB, C6 and 48. RGB value is (187,198,72). Sum of RGB (Red+Green+Blue) = 187+198+72=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 198 (77.73% from 255 or 43.33% from 457); Blue value is 72 (28.52% from 255 or 15.75% from 457); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC648 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC648 is #4439B7. Grayscale: #B4B4B4. Windows color (decimal): -4471224 or 4769467. OLE color: 4769467.

HSL color Cylindrical-coordinate representation of color #BBC648: hue angle of 65.24º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BBC648 is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB18719872-
CMYK0.0600.640.22
HSL65.24º52.5%52.94%-
HSV(B)65.24º63.64%77.65%-
XYZ41.8651.4213.85-
YUV180.3566.86132.75-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.92%
GREEN value IS 198 (77.73% from 255) = 43.33%
BLUE value IS 72 (28.52% from 255) = 15.75%
R=40.92%
G=43.33%
B=15.75%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal187198720.0600.640.2265.2452.552.94
HexBBC648604016413535
Octal27330611060100261016565
Binary1011101111000110100100011001000000101101000001110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC648; }

 p { color: rgb(187,198,72); }

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

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

 a { background-color: rgb(187,198,72); }

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

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

 span { border-color: rgb(187,198,72); }

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