#B1CA4D

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

Shades of Celery #B1CA4D

Tints of Celery #B1CA4D

Color information

#B1CA4D (or 0xB1CA4D) is unknown color: approx Celery. HEX triplet: B1, CA and 4D. RGB value is (177,202,77). Sum of RGB (Red+Green+Blue) = 177+202+77=456 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.82% from 456); Green value is 202 (79.30% from 255 or 44.30% from 456); Blue value is 77 (30.47% from 255 or 16.89% from 456); Max value from RGB is 202 - color contains mainly: green. Hex color #B1CA4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1CA4D is #4E35B2. Grayscale: #B4B4B4. Windows color (decimal): -5125555 or 5098161. OLE color: 5098161.

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

Color convert

RGB17720277-
CMYK0.1200.620.21
HSL72º54.11%54.71%-
HSV(B)72º61.88%79.22%-
XYZ40.5952.1214.94-
YUV180.2769.72125.66-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.82%
GREEN value IS 202 (79.30% from 255) = 44.30%
BLUE value IS 77 (30.47% from 255) = 16.89%
R=38.82%
G=44.30%
B=16.89%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal177202770.1200.620.217254.1154.71
HexB1CA4DC03E15483637
Octal26131211514076251106667
Binary1011000111001010100110111000111110101011001000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CA4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CA4D; }

 p { color: rgb(177,202,77); }

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

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

 a { background-color: rgb(177,202,77); }

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

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

 span { border-color: rgb(177,202,77); }

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