#B2CB41

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

Shades of Celery #B2CB41

Tints of Celery #B2CB41

Color information

#B2CB41 (or 0xB2CB41) is unknown color: approx Celery. HEX triplet: B2, CB and 41. RGB value is (178,203,65). Sum of RGB (Red+Green+Blue) = 178+203+65=446 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.91% from 446); Green value is 203 (79.69% from 255 or 45.52% from 446); Blue value is 65 (25.78% from 255 or 14.57% from 446); Max value from RGB is 203 - color contains mainly: green. Hex color #B2CB41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2CB41 is #4D34BE. Grayscale: #B4B4B4. Windows color (decimal): -5059775 or 4311986. OLE color: 4311986.

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

Color convert

RGB17820365-
CMYK0.1200.680.20
HSL70.87º57.02%52.55%-
HSV(B)70.87º67.98%79.61%-
XYZ40.6752.5613-
YUV179.7963.22126.72-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.91%
GREEN value IS 203 (79.69% from 255) = 45.52%
BLUE value IS 65 (25.78% from 255) = 14.57%
R=39.91%
G=45.52%
B=14.57%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal178203650.1200.680.2070.8757.0252.55
HexB2CB41C04414473935
Octal262313101140104241077165
Binary10110010110010111000001110001000100101001000111111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CB41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CB41; }

 p { color: rgb(178,203,65); }

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

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

 a { background-color: rgb(178,203,65); }

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

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

 span { border-color: rgb(178,203,65); }

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