Html Css Color HEX #B0C8B2 Gum Leaf

📋 copy color: '#B0C8B2'

red 176 ◦ green 200 ◦ blue 178

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

Shades of Gum Leaf #B0C8B2

Tints of Gum Leaf #B0C8B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 32.13%

R = 31.77%
G = 36.1%
B = 32.13%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#B0C8B2 (or 0xB0C8B2) is known color: Gum Leaf. HEX triplet: B0, C8 and B2. RGB value is (176,200,178). Sum of RGB (Red+Green+Blue) = 176+200+178=554 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.77% from 554); Green value is 200 (78.52% from 255 or 36.10% from 554); Blue value is 178 (69.92% from 255 or 32.13% from 554); Max value from RGB is 200 - color contains mainly: green. Hex color #B0C8B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C8B2 is #4F374D. Grayscale: #BEBEBE. Windows color (decimal): -5191502 or 11716784. OLE color: 11716784.

HSL color Cylindrical-coordinate representation of color #B0C8B2: hue angle of 125º degrees, saturation: 0.18, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B0C8B2 is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB 176 200 178 -
CMYK 0.12 0 0.11 0.22
HSL 125º 0.18% 0.74% -
HSV(B) 125º 0.12% 0.78% -
XYZ 46.59 53.75 50.04 -
YUV 190.32 121.05 117.79 -
System Red Green Blue C M Y K H S L
Decimal 176 200 178 0.12 0 0.11 0.22 125 0.18 0.74
Hex B0 C8 B2 C 0 B 16 7D 12 4A
Octal 260 310 262 14 0 13 26 175 22 112
Binary 10110000 11001000 10110010 1100 0 1011 10110 1111101 10010 1001010

Color Harmonies of #B0C8B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C8B2

Black with #B0C8B2

Text Example


Text Example

White with #B0C8B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C8B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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