Html Css Color HEX #ADCFB1 Gum Leaf

📋 copy color: '#ADCFB1'

red 173 ◦ green 207 ◦ blue 177

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

Shades of Gum Leaf #ADCFB1

Tints of Gum Leaf #ADCFB1

RGB

 RED value IS 173 (67.97% from 255) = 31.06%

 GREEN value IS 207 (81.25% from 255) = 37.16%

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

R = 31.06%
G = 37.16%
B = 31.78%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#ADCFB1 (or 0xADCFB1) is known color: Gum Leaf. HEX triplet: AD, CF and B1. RGB value is (173,207,177). Sum of RGB (Red+Green+Blue) = 173+207+177=557 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.06% from 557); Green value is 207 (81.25% from 255 or 37.16% from 557); Blue value is 177 (69.53% from 255 or 31.78% from 557); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCFB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCFB1 is #52304E. Grayscale: #C1C1C1. Windows color (decimal): -5386319 or 11653037. OLE color: 11653037.

HSL color Cylindrical-coordinate representation of color #ADCFB1: hue angle of 127.06º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADCFB1 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 207 177 -
CMYK 0.16 0 0.14 0.19
HSL 127.06º 0.26% 0.75% -
HSV(B) 127.06º 0.16% 0.81% -
XYZ 47.48 56.68 50.03 -
YUV 193.41 118.74 113.44 -
System Red Green Blue C M Y K H S L
Decimal 173 207 177 0.16 0 0.14 0.19 127.06 0.26 0.75
Hex AD CF B1 10 0 E 13 7F 1A 4B
Octal 255 317 261 20 0 16 23 177 32 113
Binary 10101101 11001111 10110001 10000 0 1110 10011 1111111 11010 1001011

Color Harmonies of #ADCFB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCFB1

Black with #ADCFB1

Text Example


Text Example

White with #ADCFB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCFB1; }

 p { color: rgb(173,207,177); }

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

background-color css

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

 a { background-color: rgb(173,207,177); }

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

border-color css

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

 span { border-color: rgb(173,207,177); }

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