Html Css Color HEX #B2C552 Celery

📋 copy color: '#B2C552'

red 178 ◦ green 197 ◦ blue 82

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

Shades of Celery #B2C552

Tints of Celery #B2C552

RGB

 RED value IS 178 (69.92% from 255) = 38.95%

 GREEN value IS 197 (77.34% from 255) = 43.11%

 BLUE value IS 82 (32.42% from 255) = 17.94%

R = 38.95%
G = 43.11%
B = 17.94%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#B2C552 (or 0xB2C552) is known color: Celery. HEX triplet: B2, C5 and 52. RGB value is (178,197,82). Sum of RGB (Red+Green+Blue) = 178+197+82=457 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.95% from 457); Green value is 197 (77.34% from 255 or 43.11% from 457); Blue value is 82 (32.42% from 255 or 17.94% from 457); Max value from RGB is 197 - color contains mainly: green. Hex color #B2C552 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C552 is #4D3AAD. Grayscale: #B2B2B2. Windows color (decimal): -5061294 or 5424562. OLE color: 5424562.

HSL color Cylindrical-coordinate representation of color #B2C552: hue angle of 69.91º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B2C552 is Cyan = 0.10, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.

Color convert

RGB 178 197 82 -
CMYK 0.10 0 0.58 0.23
HSL 69.91º 0.5% 0.55% -
HSV(B) 69.91º 0.58% 0.77% -
XYZ 39.85 50.01 15.53 -
YUV 178.21 73.71 127.85 -
System Red Green Blue C M Y K H S L
Decimal 178 197 82 0.10 0 0.58 0.23 69.91 0.5 0.55
Hex B2 C5 52 A 0 3A 17 46 32 37
Octal 262 305 122 12 0 72 27 106 62 67
Binary 10110010 11000101 1010010 1010 0 111010 10111 1000110 110010 110111

Color Harmonies of #B2C552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C552

Black with #B2C552

Text Example


Text Example

White with #B2C552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C552; }

 p { color: rgb(178,197,82); }

 H1.HeaderClassName
 {
   color: #B2C552;
 }
 .AnyTagClassName
 {
   color: #B2C552;
 }
</style>

background-color css

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

 a { background-color: rgb(178,197,82); }

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

border-color css

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

 span { border-color: rgb(178,197,82); }

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