Html Css Color HEX #ADB298 Green Spring

📋 copy color: '#ADB298'

red 173 ◦ green 178 ◦ blue 152

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

Shades of Green Spring #ADB298

Tints of Green Spring #ADB298

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.39%

 BLUE value IS 152 (59.77% from 255) = 30.22%

R = 34.39%
G = 35.39%
B = 30.22%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#ADB298 (or 0xADB298) is known color: Green Spring. HEX triplet: AD, B2 and 98. RGB value is (173,178,152). Sum of RGB (Red+Green+Blue) = 173+178+152=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 178 (69.92% from 255 or 35.39% from 503); Blue value is 152 (59.77% from 255 or 30.22% from 503); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB298 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB298 is #524D67. Grayscale: #ADADAD. Windows color (decimal): -5393768 or 10007213. OLE color: 10007213.

HSL color Cylindrical-coordinate representation of color #ADB298: hue angle of 71.54º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ADB298 is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.30.

Color convert

RGB 173 178 152 -
CMYK 0.03 0 0.15 0.30
HSL 71.54º 0.14% 0.65% -
HSV(B) 71.54º 0.15% 0.7% -
XYZ 38.82 42.99 35.96 -
YUV 173.54 115.84 127.61 -
System Red Green Blue C M Y K H S L
Decimal 173 178 152 0.03 0 0.15 0.30 71.54 0.14 0.65
Hex AD B2 98 3 0 F 1E 48 E 41
Octal 255 262 230 3 0 17 36 110 16 101
Binary 10101101 10110010 10011000 11 0 1111 11110 1001000 1110 1000001

Color Harmonies of #ADB298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB298

Black with #ADB298

Text Example


Text Example

White with #ADB298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB298; }

 p { color: rgb(173,178,152); }

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

background-color css

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

 a { background-color: rgb(173,178,152); }

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

border-color css

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

 span { border-color: rgb(173,178,152); }

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