Html Css Color HEX #A8BD70 Caper

📋 copy color: '#A8BD70'

red 168 ◦ green 189 ◦ blue 112

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

Shades of Caper #A8BD70

Tints of Caper #A8BD70

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.3%

 BLUE value IS 112 (44.14% from 255) = 23.88%

R = 35.82%
G = 40.3%
B = 23.88%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#A8BD70 (or 0xA8BD70) is known color: Caper. HEX triplet: A8, BD and 70. RGB value is (168,189,112). Sum of RGB (Red+Green+Blue) = 168+189+112=469 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.82% from 469); Green value is 189 (74.22% from 255 or 40.30% from 469); Blue value is 112 (44.14% from 255 or 23.88% from 469); Max value from RGB is 189 - color contains mainly: green. Hex color #A8BD70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BD70 is #57428F. Grayscale: #AEAEAE. Windows color (decimal): -5718672 or 7388584. OLE color: 7388584.

HSL color Cylindrical-coordinate representation of color #A8BD70: hue angle of 76.36º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A8BD70 is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB 168 189 112 -
CMYK 0.11 0 0.41 0.26
HSL 76.36º 0.37% 0.59% -
HSV(B) 76.36º 0.41% 0.74% -
XYZ 37.27 45.89 22.22 -
YUV 173.94 93.04 123.76 -
System Red Green Blue C M Y K H S L
Decimal 168 189 112 0.11 0 0.41 0.26 76.36 0.37 0.59
Hex A8 BD 70 B 0 29 1A 4C 25 3B
Octal 250 275 160 13 0 51 32 114 45 73
Binary 10101000 10111101 1110000 1011 0 101001 11010 1001100 100101 111011

Color Harmonies of #A8BD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BD70

Black with #A8BD70

Text Example


Text Example

White with #A8BD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BD70; }

 p { color: rgb(168,189,112); }

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

background-color css

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

 a { background-color: rgb(168,189,112); }

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

border-color css

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

 span { border-color: rgb(168,189,112); }

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