Html Css Color HEX #AFBDB2 Gum Leaf

📋 copy color: '#AFBDB2'

red 175 ◦ green 189 ◦ blue 178

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

Shades of Gum Leaf #AFBDB2

Tints of Gum Leaf #AFBDB2

RGB

 RED value IS 175 (68.75% from 255) = 32.29%

 GREEN value IS 189 (74.22% from 255) = 34.87%

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

R = 32.29%
G = 34.87%
B = 32.84%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#AFBDB2 (or 0xAFBDB2) is known color: Gum Leaf. HEX triplet: AF, BD and B2. RGB value is (175,189,178). Sum of RGB (Red+Green+Blue) = 175+189+178=542 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.29% from 542); Green value is 189 (74.22% from 255 or 34.87% from 542); Blue value is 178 (69.92% from 255 or 32.84% from 542); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBDB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBDB2 is #50424D. Grayscale: #B7B7B7. Windows color (decimal): -5259854 or 11713967. OLE color: 11713967.

HSL color Cylindrical-coordinate representation of color #AFBDB2: hue angle of 132.86º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AFBDB2 is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 189 178 -
CMYK 0.07 0 0.06 0.26
HSL 132.86º 0.1% 0.71% -
HSV(B) 132.86º 0.07% 0.74% -
XYZ 43.91 48.72 49.21 -
YUV 183.56 124.86 121.89 -
System Red Green Blue C M Y K H S L
Decimal 175 189 178 0.07 0 0.06 0.26 132.86 0.1 0.71
Hex AF BD B2 7 0 6 1A 85 A 47
Octal 257 275 262 7 0 6 32 205 12 107
Binary 10101111 10111101 10110010 111 0 110 11010 10000101 1010 1000111

Color Harmonies of #AFBDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBDB2

Black with #AFBDB2

Text Example


Text Example

White with #AFBDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBDB2; }

 p { color: rgb(175,189,178); }

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

background-color css

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

 a { background-color: rgb(175,189,178); }

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

border-color css

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

 span { border-color: rgb(175,189,178); }

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