Html Css Color HEX #B0C158 Celery

📋 copy color: '#B0C158'

red 176 ◦ green 193 ◦ blue 88

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

Shades of Celery #B0C158

Tints of Celery #B0C158

RGB

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

 GREEN value IS 193 (75.78% from 255) = 42.23%

 BLUE value IS 88 (34.77% from 255) = 19.26%

R = 38.51%
G = 42.23%
B = 19.26%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#B0C158 (or 0xB0C158) is known color: Celery. HEX triplet: B0, C1 and 58. RGB value is (176,193,88). Sum of RGB (Red+Green+Blue) = 176+193+88=457 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.51% from 457); Green value is 193 (75.78% from 255 or 42.23% from 457); Blue value is 88 (34.77% from 255 or 19.26% from 457); Max value from RGB is 193 - color contains mainly: green. Hex color #B0C158 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C158 is #4F3EA7. Grayscale: #B0B0B0. Windows color (decimal): -5193384 or 5816752. OLE color: 5816752.

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

Color convert

RGB 176 193 88 -
CMYK 0.09 0 0.54 0.24
HSL 69.71º 0.46% 0.55% -
HSV(B) 69.71º 0.54% 0.76% -
XYZ 38.74 48.07 16.47 -
YUV 175.95 78.37 128.04 -
System Red Green Blue C M Y K H S L
Decimal 176 193 88 0.09 0 0.54 0.24 69.71 0.46 0.55
Hex B0 C1 58 9 0 36 18 46 2E 37
Octal 260 301 130 11 0 66 30 106 56 67
Binary 10110000 11000001 1011000 1001 0 110110 11000 1000110 101110 110111

Color Harmonies of #B0C158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C158

Black with #B0C158

Text Example


Text Example

White with #B0C158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C158; }

 p { color: rgb(176,193,88); }

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

background-color css

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

 a { background-color: rgb(176,193,88); }

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

border-color css

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

 span { border-color: rgb(176,193,88); }

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