Html Css Color HEX #ADCBB0 Gum Leaf

📋 copy color: '#ADCBB0'

red 173 ◦ green 203 ◦ blue 176

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

Shades of Gum Leaf #ADCBB0

Tints of Gum Leaf #ADCBB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 31.88%

R = 31.34%
G = 36.78%
B = 31.88%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.13

 K value IS 0.20

RGB Variations

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

Color information

#ADCBB0 (or 0xADCBB0) is known color: Gum Leaf. HEX triplet: AD, CB and B0. RGB value is (173,203,176). Sum of RGB (Red+Green+Blue) = 173+203+176=552 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.34% from 552); Green value is 203 (79.69% from 255 or 36.78% from 552); Blue value is 176 (69.14% from 255 or 31.88% from 552); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCBB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCBB0 is #52344F. Grayscale: #BFBFBF. Windows color (decimal): -5387344 or 11586477. OLE color: 11586477.

HSL color Cylindrical-coordinate representation of color #ADCBB0: hue angle of 126º 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 #ADCBB0 is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 203 176 -
CMYK 0.15 0 0.13 0.20
HSL 126º 0.22% 0.74% -
HSV(B) 126º 0.15% 0.8% -
XYZ 46.43 54.73 49.19 -
YUV 190.95 119.56 115.2 -
System Red Green Blue C M Y K H S L
Decimal 173 203 176 0.15 0 0.13 0.20 126 0.22 0.74
Hex AD CB B0 F 0 D 14 7E 16 4A
Octal 255 313 260 17 0 15 24 176 26 112
Binary 10101101 11001011 10110000 1111 0 1101 10100 1111110 10110 1001010

Color Harmonies of #ADCBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCBB0

Black with #ADCBB0

Text Example


Text Example

White with #ADCBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCBB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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