#BBC641

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

Shades of Celery #BBC641

Tints of Celery #BBC641

Color information

#BBC641 (or 0xBBC641) is unknown color: approx Celery. HEX triplet: BB, C6 and 41. RGB value is (187,198,65). Sum of RGB (Red+Green+Blue) = 187+198+65=450 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.56% from 450); Green value is 198 (77.73% from 255 or 44% from 450); Blue value is 65 (25.78% from 255 or 14.44% from 450); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC641 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC641 is #4439BE. Grayscale: #B4B4B4. Windows color (decimal): -4471231 or 4310715. OLE color: 4310715.

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

Color convert

RGB18719865-
CMYK0.0600.670.22
HSL64.96º53.85%51.57%-
HSV(B)64.96º67.17%77.65%-
XYZ41.6451.3312.71-
YUV179.5563.36133.31-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.56%
GREEN value IS 198 (77.73% from 255) = 44%
BLUE value IS 65 (25.78% from 255) = 14.44%
R=41.56%
G=44%
B=14.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal187198650.0600.670.2264.9653.8551.57
HexBBC641604316413634
Octal27330610160103261016664
Binary1011101111000110100000111001000011101101000001110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC641; }

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

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

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

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

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

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

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

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