Html Css Color HEX #A8BFB0 Gum Leaf

📋 copy color: '#A8BFB0'

red 168 ◦ green 191 ◦ blue 176

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

Shades of Gum Leaf #A8BFB0

Tints of Gum Leaf #A8BFB0

RGB

 RED value IS 168 (66.02% from 255) = 31.4%

 GREEN value IS 191 (75% from 255) = 35.7%

 BLUE value IS 176 (69.14% from 255) = 32.9%

R = 31.4%
G = 35.7%
B = 32.9%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#A8BFB0 (or 0xA8BFB0) is known color: Gum Leaf. HEX triplet: A8, BF and B0. RGB value is (168,191,176). Sum of RGB (Red+Green+Blue) = 168+191+176=535 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.40% from 535); Green value is 191 (75% from 255 or 35.70% from 535); Blue value is 176 (69.14% from 255 or 32.90% from 535); Max value from RGB is 191 - color contains mainly: green. Hex color #A8BFB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BFB0 is #57404F. Grayscale: #B6B6B6. Windows color (decimal): -5718096 or 11583400. OLE color: 11583400.

HSL color Cylindrical-coordinate representation of color #A8BFB0: hue angle of 140.87º degrees, saturation: 0.15, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A8BFB0 is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 168 191 176 -
CMYK 0.12 0 0.08 0.25
HSL 140.87º 0.15% 0.7% -
HSV(B) 140.87º 0.12% 0.75% -
XYZ 42.62 48.72 48.23 -
YUV 182.41 124.38 117.72 -
System Red Green Blue C M Y K H S L
Decimal 168 191 176 0.12 0 0.08 0.25 140.87 0.15 0.7
Hex A8 BF B0 C 0 8 19 8D F 46
Octal 250 277 260 14 0 10 31 215 17 106
Binary 10101000 10111111 10110000 1100 0 1000 11001 10001101 1111 1000110

Color Harmonies of #A8BFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BFB0

Black with #A8BFB0

Text Example


Text Example

White with #A8BFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BFB0; }

 p { color: rgb(168,191,176); }

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

background-color css

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

 a { background-color: rgb(168,191,176); }

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

border-color css

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

 span { border-color: rgb(168,191,176); }

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