Html Css Color HEX #A8B478 Caper

📋 copy color: '#A8B478'

red 168 ◦ green 180 ◦ blue 120

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

Shades of Caper #A8B478

Tints of Caper #A8B478

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.46%

 BLUE value IS 120 (47.27% from 255) = 25.64%

R = 35.9%
G = 38.46%
B = 25.64%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#A8B478 (or 0xA8B478) is known color: Caper. HEX triplet: A8, B4 and 78. RGB value is (168,180,120). Sum of RGB (Red+Green+Blue) = 168+180+120=468 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.90% from 468); Green value is 180 (70.70% from 255 or 38.46% from 468); Blue value is 120 (47.27% from 255 or 25.64% from 468); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B478 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B478 is #574B87. Grayscale: #A9A9A9. Windows color (decimal): -5720968 or 7910568. OLE color: 7910568.

HSL color Cylindrical-coordinate representation of color #A8B478: hue angle of 72º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8B478 is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB 168 180 120 -
CMYK 0.07 0 0.33 0.29
HSL 72º 0.29% 0.59% -
HSV(B) 72º 0.33% 0.71% -
XYZ 35.86 42.32 24.05 -
YUV 169.57 100.02 126.88 -
System Red Green Blue C M Y K H S L
Decimal 168 180 120 0.07 0 0.33 0.29 72 0.29 0.59
Hex A8 B4 78 7 0 21 1D 48 1D 3B
Octal 250 264 170 7 0 41 35 110 35 73
Binary 10101000 10110100 1111000 111 0 100001 11101 1001000 11101 111011

Color Harmonies of #A8B478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B478

Black with #A8B478

Text Example


Text Example

White with #A8B478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B478; }

 p { color: rgb(168,180,120); }

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

background-color css

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

 a { background-color: rgb(168,180,120); }

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

border-color css

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

 span { border-color: rgb(168,180,120); }

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