#B3CA4A

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

Shades of Celery #B3CA4A

Tints of Celery #B3CA4A

Color information

#B3CA4A (or 0xB3CA4A) is unknown color: approx Celery. HEX triplet: B3, CA and 4A. RGB value is (179,202,74). Sum of RGB (Red+Green+Blue) = 179+202+74=455 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.34% from 455); Green value is 202 (79.30% from 255 or 44.40% from 455); Blue value is 74 (29.30% from 255 or 16.26% from 455); Max value from RGB is 202 - color contains mainly: green. Hex color #B3CA4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3CA4A is #4C35B5. Grayscale: #B5B5B5. Windows color (decimal): -4994486 or 4901555. OLE color: 4901555.

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

Color convert

RGB17920274-
CMYK0.1100.630.21
HSL70.78º54.7%54.12%-
HSV(B)70.78º63.37%79.22%-
XYZ40.9552.3214.42-
YUV180.5367.88126.91-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.34%
GREEN value IS 202 (79.30% from 255) = 44.40%
BLUE value IS 74 (29.30% from 255) = 16.26%
R=39.34%
G=44.40%
B=16.26%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal179202740.1100.630.2170.7854.754.12
HexB3CA4AB03F15473736
Octal26331211213077251076766
Binary1011001111001010100101010110111111101011000111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CA4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CA4A; }

 p { color: rgb(179,202,74); }

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

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

 a { background-color: rgb(179,202,74); }

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

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

 span { border-color: rgb(179,202,74); }

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