Html Css Color HEX #A8BB72 Caper

📋 copy color: '#A8BB72'

red 168 ◦ green 187 ◦ blue 114

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

Shades of Caper #A8BB72

Tints of Caper #A8BB72

RGB

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

 GREEN value IS 187 (73.44% from 255) = 39.87%

 BLUE value IS 114 (44.92% from 255) = 24.31%

R = 35.82%
G = 39.87%
B = 24.31%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#A8BB72 (or 0xA8BB72) is known color: Caper. HEX triplet: A8, BB and 72. RGB value is (168,187,114). Sum of RGB (Red+Green+Blue) = 168+187+114=469 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.82% from 469); Green value is 187 (73.44% from 255 or 39.87% from 469); Blue value is 114 (44.92% from 255 or 24.31% from 469); Max value from RGB is 187 - color contains mainly: green. Hex color #A8BB72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BB72 is #57448D. Grayscale: #ADADAD. Windows color (decimal): -5719182 or 7519144. OLE color: 7519144.

HSL color Cylindrical-coordinate representation of color #A8BB72: hue angle of 75.62º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A8BB72 is Cyan = 0.10, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB 168 187 114 -
CMYK 0.10 0 0.39 0.27
HSL 75.62º 0.35% 0.59% -
HSV(B) 75.62º 0.39% 0.73% -
XYZ 36.96 45.08 22.67 -
YUV 173 94.71 124.44 -
System Red Green Blue C M Y K H S L
Decimal 168 187 114 0.10 0 0.39 0.27 75.62 0.35 0.59
Hex A8 BB 72 A 0 27 1B 4C 23 3B
Octal 250 273 162 12 0 47 33 114 43 73
Binary 10101000 10111011 1110010 1010 0 100111 11011 1001100 100011 111011

Color Harmonies of #A8BB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BB72

Black with #A8BB72

Text Example


Text Example

White with #A8BB72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BB72; }

 p { color: rgb(168,187,114); }

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

background-color css

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

 a { background-color: rgb(168,187,114); }

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

border-color css

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

 span { border-color: rgb(168,187,114); }

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