Html Css Color HEX #ADCBB3 Gum Leaf

📋 copy color: '#ADCBB3'

red 173 ◦ green 203 ◦ blue 179

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

Shades of Gum Leaf #ADCBB3

Tints of Gum Leaf #ADCBB3

RGB

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

 GREEN value IS 203 (79.69% from 255) = 36.58%

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

R = 31.17%
G = 36.58%
B = 32.25%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.12

 K value IS 0.20

RGB Variations

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

Color information

#ADCBB3 (or 0xADCBB3) is known color: Gum Leaf. HEX triplet: AD, CB and B3. RGB value is (173,203,179). Sum of RGB (Red+Green+Blue) = 173+203+179=555 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.17% from 555); Green value is 203 (79.69% from 255 or 36.58% from 555); Blue value is 179 (70.31% from 255 or 32.25% from 555); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCBB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCBB3 is #52344C. Grayscale: #BFBFBF. Windows color (decimal): -5387341 or 11783085. OLE color: 11783085.

HSL color Cylindrical-coordinate representation of color #ADCBB3: hue angle of 132º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ADCBB3 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 203 179 -
CMYK 0.15 0 0.12 0.20
HSL 132º 0.22% 0.74% -
HSV(B) 132º 0.15% 0.8% -
XYZ 46.73 54.85 50.77 -
YUV 191.29 121.06 114.95 -
System Red Green Blue C M Y K H S L
Decimal 173 203 179 0.15 0 0.12 0.20 132 0.22 0.74
Hex AD CB B3 F 0 C 14 84 16 4A
Octal 255 313 263 17 0 14 24 204 26 112
Binary 10101101 11001011 10110011 1111 0 1100 10100 10000100 10110 1001010

Color Harmonies of #ADCBB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCBB3

Black with #ADCBB3

Text Example


Text Example

White with #ADCBB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCBB3; }

 p { color: rgb(173,203,179); }

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

background-color css

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

 a { background-color: rgb(173,203,179); }

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

border-color css

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

 span { border-color: rgb(173,203,179); }

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