Html Css Color HEX #AFBCB2 Gum Leaf

📋 copy color: '#AFBCB2'

red 175 ◦ green 188 ◦ blue 178

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

Shades of Gum Leaf #AFBCB2

Tints of Gum Leaf #AFBCB2

RGB

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

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

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

R = 32.35%
G = 34.75%
B = 32.9%

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

#AFBCB2 (or 0xAFBCB2) is known color: Gum Leaf. HEX triplet: AF, BC and B2. RGB value is (175,188,178). Sum of RGB (Red+Green+Blue) = 175+188+178=541 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.35% from 541); Green value is 188 (73.83% from 255 or 34.75% from 541); Blue value is 178 (69.92% from 255 or 32.90% from 541); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBCB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBCB2 is #50434D. Grayscale: #B7B7B7. Windows color (decimal): -5260110 or 11713711. OLE color: 11713711.

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

Color convert

RGB 175 188 178 -
CMYK 0.07 0 0.05 0.26
HSL 133.85º 0.09% 0.71% -
HSV(B) 133.85º 0.07% 0.74% -
XYZ 43.7 48.29 49.14 -
YUV 182.97 125.19 122.31 -
System Red Green Blue C M Y K H S L
Decimal 175 188 178 0.07 0 0.05 0.26 133.85 0.09 0.71
Hex AF BC B2 7 0 5 1A 86 9 47
Octal 257 274 262 7 0 5 32 206 11 107
Binary 10101111 10111100 10110010 111 0 101 11010 10000110 1001 1000111

Color Harmonies of #AFBCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBCB2

Black with #AFBCB2

Text Example


Text Example

White with #AFBCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBCB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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