#B3CA49

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

Shades of Celery #B3CA49

Tints of Celery #B3CA49

Color information

#B3CA49 (or 0xB3CA49) is unknown color: approx Celery. HEX triplet: B3, CA and 49. RGB value is (179,202,73). Sum of RGB (Red+Green+Blue) = 179+202+73=454 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.43% from 454); Green value is 202 (79.30% from 255 or 44.49% from 454); Blue value is 73 (28.91% from 255 or 16.08% from 454); Max value from RGB is 202 - color contains mainly: green. Hex color #B3CA49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3CA49 is #4C35B6. Grayscale: #B4B4B4. Windows color (decimal): -4994487 or 4836019. OLE color: 4836019.

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

Color convert

RGB17920273-
CMYK0.1100.640.21
HSL70.7º54.89%53.92%-
HSV(B)70.7º63.86%79.22%-
XYZ40.9152.3114.24-
YUV180.4267.38126.99-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.43%
GREEN value IS 202 (79.30% from 255) = 44.49%
BLUE value IS 73 (28.91% from 255) = 16.08%
R=39.43%
G=44.49%
B=16.08%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal179202730.1100.640.2170.754.8953.92
HexB3CA49B04015473736
Octal263312111130100251076766
Binary10110011110010101001001101101000000101011000111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CA49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CA49; }

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

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

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

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

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

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

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

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