#B3CA46

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

Shades of Celery #B3CA46

Tints of Celery #B3CA46

Color information

#B3CA46 (or 0xB3CA46) is unknown color: approx Celery. HEX triplet: B3, CA and 46. RGB value is (179,202,70). Sum of RGB (Red+Green+Blue) = 179+202+70=451 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.69% from 451); Green value is 202 (79.30% from 255 or 44.79% from 451); Blue value is 70 (27.73% from 255 or 15.52% from 451); Max value from RGB is 202 - color contains mainly: green. Hex color #B3CA46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3CA46 is #4C35B9. Grayscale: #B4B4B4. Windows color (decimal): -4994490 or 4639411. OLE color: 4639411.

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

Color convert

RGB17920270-
CMYK0.1100.650.21
HSL70.45º55.46%53.33%-
HSV(B)70.45º65.35%79.22%-
XYZ40.8252.2713.73-
YUV180.0865.88127.23-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.69%
GREEN value IS 202 (79.30% from 255) = 44.79%
BLUE value IS 70 (27.73% from 255) = 15.52%
R=39.69%
G=44.79%
B=15.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal179202700.1100.650.2170.4555.4653.33
HexB3CA46B04115463735
Octal263312106130101251066765
Binary10110011110010101000110101101000001101011000110110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CA46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CA46; }

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

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

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

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

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

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

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

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