#B4CB43

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

Shades of Celery #B4CB43

Tints of Celery #B4CB43

Color information

#B4CB43 (or 0xB4CB43) is unknown color: approx Celery. HEX triplet: B4, CB and 43. RGB value is (180,203,67). Sum of RGB (Red+Green+Blue) = 180+203+67=450 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40% from 450); Green value is 203 (79.69% from 255 or 45.11% from 450); Blue value is 67 (26.56% from 255 or 14.89% from 450); Max value from RGB is 203 - color contains mainly: green. Hex color #B4CB43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4CB43 is #4B34BC. Grayscale: #B5B5B5. Windows color (decimal): -4928701 or 4443060. OLE color: 4443060.

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

Color convert

RGB18020367-
CMYK0.1100.670.20
HSL70.15º56.67%52.94%-
HSV(B)70.15º67%79.61%-
XYZ41.1952.8213.33-
YUV180.6263.88127.56-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40%
GREEN value IS 203 (79.69% from 255) = 45.11%
BLUE value IS 67 (26.56% from 255) = 14.89%
R=40%
G=45.11%
B=14.89%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal180203670.1100.670.2070.1556.6752.94
HexB4CB43B04314463935
Octal264313103130103241067165
Binary10110100110010111000011101101000011101001000110111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CB43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CB43; }

 p { color: rgb(180,203,67); }

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

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

 a { background-color: rgb(180,203,67); }

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

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

 span { border-color: rgb(180,203,67); }

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