#B1CB40

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

Shades of Celery #B1CB40

Tints of Celery #B1CB40

Color information

#B1CB40 (or 0xB1CB40) is unknown color: approx Celery. HEX triplet: B1, CB and 40. RGB value is (177,203,64). Sum of RGB (Red+Green+Blue) = 177+203+64=444 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.86% from 444); Green value is 203 (79.69% from 255 or 45.72% from 444); Blue value is 64 (25.39% from 255 or 14.41% from 444); Max value from RGB is 203 - color contains mainly: green. Hex color #B1CB40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1CB40 is #4E34BF. Grayscale: #B3B3B3. Windows color (decimal): -5125312 or 4246449. OLE color: 4246449.

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

Color convert

RGB17720364-
CMYK0.1300.680.20
HSL71.22º57.2%52.35%-
HSV(B)71.22º68.47%79.61%-
XYZ40.4152.4312.84-
YUV179.3862.89126.3-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.86%
GREEN value IS 203 (79.69% from 255) = 45.72%
BLUE value IS 64 (25.39% from 255) = 14.41%
R=39.86%
G=45.72%
B=14.41%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal177203640.1300.680.2071.2257.252.35
HexB1CB40D04414473934
Octal261313100150104241077164
Binary10110001110010111000000110101000100101001000111111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CB40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CB40; }

 p { color: rgb(177,203,64); }

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

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

 a { background-color: rgb(177,203,64); }

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

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

 span { border-color: rgb(177,203,64); }

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