Html Css Color HEX #AFBDB3 Gum Leaf

📋 copy color: '#AFBDB3'

red 175 ◦ green 189 ◦ blue 179

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

Shades of Gum Leaf #AFBDB3

Tints of Gum Leaf #AFBDB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 32.97%

R = 32.23%
G = 34.81%
B = 32.97%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#AFBDB3 (or 0xAFBDB3) is known color: Gum Leaf. HEX triplet: AF, BD and B3. RGB value is (175,189,179). Sum of RGB (Red+Green+Blue) = 175+189+179=543 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.23% from 543); Green value is 189 (74.22% from 255 or 34.81% from 543); Blue value is 179 (70.31% from 255 or 32.97% from 543); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBDB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBDB3 is #50424C. Grayscale: #B7B7B7. Windows color (decimal): -5259853 or 11779503. OLE color: 11779503.

HSL color Cylindrical-coordinate representation of color #AFBDB3: hue angle of 137.14º 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 #AFBDB3 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 189 179 -
CMYK 0.07 0 0.05 0.26
HSL 137.14º 0.1% 0.71% -
HSV(B) 137.14º 0.07% 0.74% -
XYZ 44.01 48.76 49.74 -
YUV 183.67 125.36 121.81 -
System Red Green Blue C M Y K H S L
Decimal 175 189 179 0.07 0 0.05 0.26 137.14 0.1 0.71
Hex AF BD B3 7 0 5 1A 89 A 47
Octal 257 275 263 7 0 5 32 211 12 107
Binary 10101111 10111101 10110011 111 0 101 11010 10001001 1010 1000111

Color Harmonies of #AFBDB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBDB3

Black with #AFBDB3

Text Example


Text Example

White with #AFBDB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBDB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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