Html Css Color HEX #B0C855 Celery

📋 copy color: '#B0C855'

red 176 ◦ green 200 ◦ blue 85

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

Shades of Celery #B0C855

Tints of Celery #B0C855

RGB

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

 GREEN value IS 200 (78.52% from 255) = 43.38%

 BLUE value IS 85 (33.59% from 255) = 18.44%

R = 38.18%
G = 43.38%
B = 18.44%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#B0C855 (or 0xB0C855) is known color: Celery. HEX triplet: B0, C8 and 55. RGB value is (176,200,85). Sum of RGB (Red+Green+Blue) = 176+200+85=461 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.18% from 461); Green value is 200 (78.52% from 255 or 43.38% from 461); Blue value is 85 (33.59% from 255 or 18.44% from 461); Max value from RGB is 200 - color contains mainly: green. Hex color #B0C855 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C855 is #4F37AA. Grayscale: #B4B4B4. Windows color (decimal): -5191595 or 5621936. OLE color: 5621936.

HSL color Cylindrical-coordinate representation of color #B0C855: hue angle of 72.52º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B0C855 is Cyan = 0.12, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB 176 200 85 -
CMYK 0.12 0 0.58 0.22
HSL 72.52º 0.51% 0.56% -
HSV(B) 72.52º 0.58% 0.78% -
XYZ 40.2 51.19 16.36 -
YUV 179.71 74.55 125.35 -
System Red Green Blue C M Y K H S L
Decimal 176 200 85 0.12 0 0.58 0.22 72.52 0.51 0.56
Hex B0 C8 55 C 0 3A 16 49 33 38
Octal 260 310 125 14 0 72 26 111 63 70
Binary 10110000 11001000 1010101 1100 0 111010 10110 1001001 110011 111000

Color Harmonies of #B0C855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C855

Black with #B0C855

Text Example


Text Example

White with #B0C855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C855; }

 p { color: rgb(176,200,85); }

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

background-color css

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

 a { background-color: rgb(176,200,85); }

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

border-color css

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

 span { border-color: rgb(176,200,85); }

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