#B3CB3F

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

Shades of Celery #B3CB3F

Tints of Celery #B3CB3F

Color information

#B3CB3F (or 0xB3CB3F) is unknown color: approx Celery. HEX triplet: B3, CB and 3F. RGB value is (179,203,63). Sum of RGB (Red+Green+Blue) = 179+203+63=445 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.22% from 445); Green value is 203 (79.69% from 255 or 45.62% from 445); Blue value is 63 (25% from 255 or 14.16% from 445); Max value from RGB is 203 - color contains mainly: green. Hex color #B3CB3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3CB3F is #4C34C0. Grayscale: #B4B4B4. Windows color (decimal): -4994241 or 4180915. OLE color: 4180915.

HSL color Cylindrical-coordinate representation of color #B3CB3F: hue angle of 70.29º 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 #B3CB3F is Cyan = 0.12, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB17920363-
CMYK0.1200.690.20
HSL70.29º57.38%52.16%-
HSV(B)70.29º68.97%79.61%-
XYZ40.8452.6512.71-
YUV179.8662.05127.38-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.22%
GREEN value IS 203 (79.69% from 255) = 45.62%
BLUE value IS 63 (25% from 255) = 14.16%
R=40.22%
G=45.62%
B=14.16%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal179203630.1200.690.2070.2957.3852.16
HexB3CB3FC04514463934
Octal26331377140105241067164
Binary1011001111001011111111110001000101101001000110111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CB3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CB3F; }

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

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

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

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

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

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

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

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