Html Css Color HEX #AFBCB1 Gum Leaf

📋 copy color: '#AFBCB1'

red 175 ◦ green 188 ◦ blue 177

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

Shades of Gum Leaf #AFBCB1

Tints of Gum Leaf #AFBCB1

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.81%

 BLUE value IS 177 (69.53% from 255) = 32.78%

R = 32.41%
G = 34.81%
B = 32.78%

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

#AFBCB1 (or 0xAFBCB1) is known color: Gum Leaf. HEX triplet: AF, BC and B1. RGB value is (175,188,177). Sum of RGB (Red+Green+Blue) = 175+188+177=540 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.41% from 540); Green value is 188 (73.83% from 255 or 34.81% from 540); Blue value is 177 (69.53% from 255 or 32.78% from 540); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBCB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBCB1 is #50434E. Grayscale: #B6B6B6. Windows color (decimal): -5260111 or 11648175. OLE color: 11648175.

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

Color convert

RGB 175 188 177 -
CMYK 0.07 0 0.06 0.26
HSL 129.23º 0.09% 0.71% -
HSV(B) 129.23º 0.07% 0.74% -
XYZ 43.6 48.25 48.61 -
YUV 182.86 124.69 122.39 -
System Red Green Blue C M Y K H S L
Decimal 175 188 177 0.07 0 0.06 0.26 129.23 0.09 0.71
Hex AF BC B1 7 0 6 1A 81 9 47
Octal 257 274 261 7 0 6 32 201 11 107
Binary 10101111 10111100 10110001 111 0 110 11010 10000001 1001 1000111

Color Harmonies of #AFBCB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBCB1

Black with #AFBCB1

Text Example


Text Example

White with #AFBCB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBCB1; }

 p { color: rgb(175,188,177); }

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

background-color css

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

 a { background-color: rgb(175,188,177); }

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

border-color css

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

 span { border-color: rgb(175,188,177); }

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