#B1C252

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

Shades of Celery #B1C252

Tints of Celery #B1C252

Color information

#B1C252 (or 0xB1C252) is unknown color: approx Celery. HEX triplet: B1, C2 and 52. RGB value is (177,194,82). Sum of RGB (Red+Green+Blue) = 177+194+82=453 (60% of max value = 765). Red value is 177 (69.53% from 255 or 39.07% from 453); Green value is 194 (76.17% from 255 or 42.83% from 453); Blue value is 82 (32.42% from 255 or 18.10% from 453); Max value from RGB is 194 - color contains mainly: green. Hex color #B1C252 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1C252 is #4E3DAD. Grayscale: #B0B0B0. Windows color (decimal): -5127598 or 5423793. OLE color: 5423793.

HSL color Cylindrical-coordinate representation of color #B1C252: hue angle of 69.11º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B1C252 is Cyan = 0.09, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB17719482-
CMYK0.0900.580.24
HSL69.11º47.86%54.12%-
HSV(B)69.11º57.73%76.08%-
XYZ38.9548.5415.3-
YUV176.1574.87128.61-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.07%
GREEN value IS 194 (76.17% from 255) = 42.83%
BLUE value IS 82 (32.42% from 255) = 18.10%
R=39.07%
G=42.83%
B=18.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal177194820.0900.580.2469.1147.8654.12
HexB1C252903A18453036
Octal26130212211072301056066
Binary1011000111000010101001010010111010110001000101110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C252; }

 p { color: rgb(177,194,82); }

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

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

 a { background-color: rgb(177,194,82); }

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

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

 span { border-color: rgb(177,194,82); }

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