Html Css Color HEX #ADCFB8 Gum Leaf

📋 copy color: '#ADCFB8'

red 173 ◦ green 207 ◦ blue 184

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

Shades of Gum Leaf #ADCFB8

Tints of Gum Leaf #ADCFB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 32.62%

R = 30.67%
G = 36.7%
B = 32.62%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#ADCFB8 (or 0xADCFB8) is known color: Gum Leaf. HEX triplet: AD, CF and B8. RGB value is (173,207,184). Sum of RGB (Red+Green+Blue) = 173+207+184=564 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.67% from 564); Green value is 207 (81.25% from 255 or 36.70% from 564); Blue value is 184 (72.27% from 255 or 32.62% from 564); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCFB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCFB8 is #523047. Grayscale: #C2C2C2. Windows color (decimal): -5386312 or 12111789. OLE color: 12111789.

HSL color Cylindrical-coordinate representation of color #ADCFB8: hue angle of 139.41º 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 #ADCFB8 is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 207 184 -
CMYK 0.16 0 0.11 0.19
HSL 139.41º 0.26% 0.75% -
HSV(B) 139.41º 0.16% 0.81% -
XYZ 48.2 56.97 53.8 -
YUV 194.21 122.24 112.87 -
System Red Green Blue C M Y K H S L
Decimal 173 207 184 0.16 0 0.11 0.19 139.41 0.26 0.75
Hex AD CF B8 10 0 B 13 8B 1A 4B
Octal 255 317 270 20 0 13 23 213 32 113
Binary 10101101 11001111 10111000 10000 0 1011 10011 10001011 11010 1001011

Color Harmonies of #ADCFB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCFB8

Black with #ADCFB8

Text Example


Text Example

White with #ADCFB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCFB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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