#B4CB4A

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

Shades of Celery #B4CB4A

Tints of Celery #B4CB4A

Color information

#B4CB4A (or 0xB4CB4A) is unknown color: approx Celery. HEX triplet: B4, CB and 4A. RGB value is (180,203,74). Sum of RGB (Red+Green+Blue) = 180+203+74=457 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.39% from 457); Green value is 203 (79.69% from 255 or 44.42% from 457); Blue value is 74 (29.30% from 255 or 16.19% from 457); Max value from RGB is 203 - color contains mainly: green. Hex color #B4CB4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4CB4A is #4B34B5. Grayscale: #B5B5B5. Windows color (decimal): -4928694 or 4901812. OLE color: 4901812.

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

Color convert

RGB18020374-
CMYK0.1100.640.20
HSL70.7º55.36%54.31%-
HSV(B)70.7º63.55%79.61%-
XYZ41.4152.9114.51-
YUV181.4267.38126.99-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.39%
GREEN value IS 203 (79.69% from 255) = 44.42%
BLUE value IS 74 (29.30% from 255) = 16.19%
R=39.39%
G=44.42%
B=16.19%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal180203740.1100.640.2070.755.3654.31
HexB4CB4AB04014473736
Octal264313112130100241076766
Binary10110100110010111001010101101000000101001000111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CB4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CB4A; }

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

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

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

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

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

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

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

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