#B4CA3D

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

Shades of Celery #B4CA3D

Tints of Celery #B4CA3D

Color information

#B4CA3D (or 0xB4CA3D) is unknown color: approx Celery. HEX triplet: B4, CA and 3D. RGB value is (180,202,61). Sum of RGB (Red+Green+Blue) = 180+202+61=443 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.63% from 443); Green value is 202 (79.30% from 255 or 45.60% from 443); Blue value is 61 (24.22% from 255 or 13.77% from 443); Max value from RGB is 202 - color contains mainly: green. Hex color #B4CA3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4CA3D is #4B35C2. Grayscale: #B3B3B3. Windows color (decimal): -4928963 or 4049588. OLE color: 4049588.

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

Color convert

RGB18020261-
CMYK0.1100.700.21
HSL69.36º57.09%51.57%-
HSV(B)69.36º69.8%79.22%-
XYZ40.7952.2812.36-
YUV179.3561.21128.46-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.63%
GREEN value IS 202 (79.30% from 255) = 45.60%
BLUE value IS 61 (24.22% from 255) = 13.77%
R=40.63%
G=45.60%
B=13.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal180202610.1100.700.2169.3657.0951.57
HexB4CA3DB04615453934
Octal26431275130106251057164
Binary1011010011001010111101101101000110101011000101111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CA3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CA3D; }

 p { color: rgb(180,202,61); }

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

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

 a { background-color: rgb(180,202,61); }

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

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

 span { border-color: rgb(180,202,61); }

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