#B1CA3C

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

Shades of Celery #B1CA3C

Tints of Celery #B1CA3C

Color information

#B1CA3C (or 0xB1CA3C) is unknown color: approx Celery. HEX triplet: B1, CA and 3C. RGB value is (177,202,60). Sum of RGB (Red+Green+Blue) = 177+202+60=439 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.32% from 439); Green value is 202 (79.30% from 255 or 46.01% from 439); Blue value is 60 (23.83% from 255 or 13.67% from 439); Max value from RGB is 202 - color contains mainly: green. Hex color #B1CA3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1CA3C is #4E35C3. Grayscale: #B2B2B2. Windows color (decimal): -5125572 or 3984049. OLE color: 3984049.

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

Color convert

RGB17720260-
CMYK0.1200.700.21
HSL70.56º57.26%51.37%-
HSV(B)70.56º70.3%79.22%-
XYZ40.0751.9112.18-
YUV178.3461.22127.05-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.32%
GREEN value IS 202 (79.30% from 255) = 46.01%
BLUE value IS 60 (23.83% from 255) = 13.67%
R=40.32%
G=46.01%
B=13.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal177202600.1200.700.2170.5657.2651.37
HexB1CA3CC04615473933
Octal26131274140106251077163
Binary1011000111001010111100110001000110101011000111111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CA3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CA3C; }

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

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

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

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

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

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

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

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