Html Css Color HEX #B1C252 Celery

📋 copy color: '#B1C252'

red 177 ◦ green 194 ◦ blue 82

#B1C252
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Celery #B1C252

Tints of Celery #B1C252

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.1%

R = 39.07%
G = 42.83%
B = 18.1%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#B1C252 (or 0xB1C252) is known color: 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

RGB 177 194 82 -
CMYK 0.09 0 0.58 0.24
HSL 69.11º 0.48% 0.54% -
HSV(B) 69.11º 0.58% 0.76% -
XYZ 38.95 48.54 15.3 -
YUV 176.15 74.87 128.61 -
System Red Green Blue C M Y K H S L
Decimal 177 194 82 0.09 0 0.58 0.24 69.11 0.48 0.54
Hex B1 C2 52 9 0 3A 18 45 30 36
Octal 261 302 122 11 0 72 30 105 60 66
Binary 10110001 11000010 1010010 1001 0 111010 11000 1000101 110000 110110

Color Harmonies of #B1C252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C252

Black with #B1C252

Text Example


Text Example

White with #B1C252

Text Example


Text Example

HTML Codes & Css Web 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>