Html Css Color HEX #B0C552 Celery

📋 copy color: '#B0C552'

red 176 ◦ green 197 ◦ blue 82

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

Shades of Celery #B0C552

Tints of Celery #B0C552

RGB

 RED value IS 176 (69.14% from 255) = 38.68%

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

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

R = 38.68%
G = 43.3%
B = 18.02%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#B0C552 (or 0xB0C552) is known color: Celery. HEX triplet: B0, C5 and 52. RGB value is (176,197,82). Sum of RGB (Red+Green+Blue) = 176+197+82=455 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.68% from 455); Green value is 197 (77.34% from 255 or 43.30% from 455); Blue value is 82 (32.42% from 255 or 18.02% from 455); Max value from RGB is 197 - color contains mainly: green. Hex color #B0C552 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C552 is #4F3AAD. Grayscale: #B2B2B2. Windows color (decimal): -5192366 or 5424560. OLE color: 5424560.

HSL color Cylindrical-coordinate representation of color #B0C552: hue angle of 70.96º 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 #B0C552 is Cyan = 0.11, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.

Color convert

RGB 176 197 82 -
CMYK 0.11 0 0.58 0.23
HSL 70.96º 0.5% 0.55% -
HSV(B) 70.96º 0.58% 0.77% -
XYZ 39.39 49.77 15.51 -
YUV 177.61 74.04 126.85 -
System Red Green Blue C M Y K H S L
Decimal 176 197 82 0.11 0 0.58 0.23 70.96 0.5 0.55
Hex B0 C5 52 B 0 3A 17 47 32 37
Octal 260 305 122 13 0 72 27 107 62 67
Binary 10110000 11000101 1010010 1011 0 111010 10111 1000111 110010 110111

Color Harmonies of #B0C552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C552

Black with #B0C552

Text Example


Text Example

White with #B0C552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C552; }

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

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

background-color css

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

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

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

border-color css

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

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

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