Html Css Color HEX #A8B38B Green Spring

📋 copy color: '#A8B38B'

red 168 ◦ green 179 ◦ blue 139

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

Shades of Green Spring #A8B38B

Tints of Green Spring #A8B38B

RGB

 RED value IS 168 (66.02% from 255) = 34.57%

 GREEN value IS 179 (70.31% from 255) = 36.83%

 BLUE value IS 139 (54.69% from 255) = 28.6%

R = 34.57%
G = 36.83%
B = 28.6%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#A8B38B (or 0xA8B38B) is known color: Green Spring. HEX triplet: A8, B3 and 8B. RGB value is (168,179,139). Sum of RGB (Red+Green+Blue) = 168+179+139=486 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.57% from 486); Green value is 179 (70.31% from 255 or 36.83% from 486); Blue value is 139 (54.69% from 255 or 28.60% from 486); Max value from RGB is 179 - color contains mainly: green. Hex color #A8B38B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B38B is #574C74. Grayscale: #ABABAB. Windows color (decimal): -5721205 or 9155496. OLE color: 9155496.

HSL color Cylindrical-coordinate representation of color #A8B38B: hue angle of 76.5º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A8B38B is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB 168 179 139 -
CMYK 0.06 0 0.22 0.30
HSL 76.5º 0.21% 0.62% -
HSV(B) 76.5º 0.22% 0.7% -
XYZ 36.93 42.43 30.67 -
YUV 171.15 109.86 125.75 -
System Red Green Blue C M Y K H S L
Decimal 168 179 139 0.06 0 0.22 0.30 76.5 0.21 0.62
Hex A8 B3 8B 6 0 16 1E 4C 15 3E
Octal 250 263 213 6 0 26 36 114 25 76
Binary 10101000 10110011 10001011 110 0 10110 11110 1001100 10101 111110

Color Harmonies of #A8B38B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B38B

Black with #A8B38B

Text Example


Text Example

White with #A8B38B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B38B; }

 p { color: rgb(168,179,139); }

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

background-color css

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

 a { background-color: rgb(168,179,139); }

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

border-color css

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

 span { border-color: rgb(168,179,139); }

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