#B5CA3F

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

Shades of Celery #B5CA3F

Tints of Celery #B5CA3F

Color information

#B5CA3F (or 0xB5CA3F) is unknown color: approx Celery. HEX triplet: B5, CA and 3F. RGB value is (181,202,63). Sum of RGB (Red+Green+Blue) = 181+202+63=446 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.58% from 446); Green value is 202 (79.30% from 255 or 45.29% from 446); Blue value is 63 (25% from 255 or 14.13% from 446); Max value from RGB is 202 - color contains mainly: green. Hex color #B5CA3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5CA3F is #4A35C0. Grayscale: #B4B4B4. Windows color (decimal): -4863425 or 4180661. OLE color: 4180661.

HSL color Cylindrical-coordinate representation of color #B5CA3F: hue angle of 69.06º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B5CA3F is Cyan = 0.10, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB18120263-
CMYK0.1000.690.21
HSL69.06º56.73%51.96%-
HSV(B)69.06º68.81%79.22%-
XYZ41.0752.4212.66-
YUV179.8762.04128.8-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.58%
GREEN value IS 202 (79.30% from 255) = 45.29%
BLUE value IS 63 (25% from 255) = 14.13%
R=40.58%
G=45.29%
B=14.13%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal181202630.1000.690.2169.0656.7351.96
HexB5CA3FA04515453934
Octal26531277120105251057164
Binary1011010111001010111111101001000101101011000101111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CA3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CA3F; }

 p { color: rgb(181,202,63); }

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

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

 a { background-color: rgb(181,202,63); }

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

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

 span { border-color: rgb(181,202,63); }

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