Html Css Color HEX #A8BF70 Caper

📋 copy color: '#A8BF70'

red 168 ◦ green 191 ◦ blue 112

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

Shades of Caper #A8BF70

Tints of Caper #A8BF70

RGB

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

 GREEN value IS 191 (75% from 255) = 40.55%

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

R = 35.67%
G = 40.55%
B = 23.78%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#A8BF70 (or 0xA8BF70) is known color: Caper. HEX triplet: A8, BF and 70. RGB value is (168,191,112). Sum of RGB (Red+Green+Blue) = 168+191+112=471 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.67% from 471); Green value is 191 (75% from 255 or 40.55% from 471); Blue value is 112 (44.14% from 255 or 23.78% from 471); Max value from RGB is 191 - color contains mainly: green. Hex color #A8BF70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BF70 is #57408F. Grayscale: #AFAFAF. Windows color (decimal): -5718160 or 7389096. OLE color: 7389096.

HSL color Cylindrical-coordinate representation of color #A8BF70: hue angle of 77.47º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A8BF70 is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 168 191 112 -
CMYK 0.12 0 0.41 0.25
HSL 77.47º 0.38% 0.59% -
HSV(B) 77.47º 0.41% 0.75% -
XYZ 37.7 46.76 22.37 -
YUV 175.12 92.38 122.92 -
System Red Green Blue C M Y K H S L
Decimal 168 191 112 0.12 0 0.41 0.25 77.47 0.38 0.59
Hex A8 BF 70 C 0 29 19 4D 26 3B
Octal 250 277 160 14 0 51 31 115 46 73
Binary 10101000 10111111 1110000 1100 0 101001 11001 1001101 100110 111011

Color Harmonies of #A8BF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BF70

Black with #A8BF70

Text Example


Text Example

White with #A8BF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BF70; }

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

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

background-color css

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

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

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

border-color css

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

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

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