#BBCB3F

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

Shades of Celery #BBCB3F

Tints of Celery #BBCB3F

Color information

#BBCB3F (or 0xBBCB3F) is unknown color: approx Celery. HEX triplet: BB, CB and 3F. RGB value is (187,203,63). Sum of RGB (Red+Green+Blue) = 187+203+63=453 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.28% from 453); Green value is 203 (79.69% from 255 or 44.81% from 453); Blue value is 63 (25% from 255 or 13.91% from 453); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCB3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCB3F is #4434C0. Grayscale: #B6B6B6. Windows color (decimal): -4469953 or 4180923. OLE color: 4180923.

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

Color convert

RGB18720363-
CMYK0.0800.690.20
HSL66.86º57.38%52.16%-
HSV(B)66.86º68.97%79.61%-
XYZ42.7553.6412.8-
YUV182.2660.7131.38-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.28%
GREEN value IS 203 (79.69% from 255) = 44.81%
BLUE value IS 63 (25% from 255) = 13.91%
R=41.28%
G=44.81%
B=13.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal187203630.0800.690.2066.8657.3852.16
HexBBCB3F804514433934
Octal27331377100105241037164
Binary1011101111001011111111100001000101101001000011111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCB3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCB3F; }

 p { color: rgb(187,203,63); }

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

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

 a { background-color: rgb(187,203,63); }

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

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

 span { border-color: rgb(187,203,63); }

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