Html Css Color HEX #A8BB83 Caper

📋 copy color: '#A8BB83'

red 168 ◦ green 187 ◦ blue 131

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

Shades of Caper #A8BB83

Tints of Caper #A8BB83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 26.95%

R = 34.57%
G = 38.48%
B = 26.95%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#A8BB83 (or 0xA8BB83) is known color: Caper. HEX triplet: A8, BB and 83. RGB value is (168,187,131). Sum of RGB (Red+Green+Blue) = 168+187+131=486 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.57% from 486); Green value is 187 (73.44% from 255 or 38.48% from 486); Blue value is 131 (51.56% from 255 or 26.95% from 486); Max value from RGB is 187 - color contains mainly: green. Hex color #A8BB83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BB83 is #57447C. Grayscale: #AFAFAF. Windows color (decimal): -5719165 or 8633256. OLE color: 8633256.

HSL color Cylindrical-coordinate representation of color #A8BB83: hue angle of 80.36º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8BB83 is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 168 187 131 -
CMYK 0.10 0 0.30 0.27
HSL 80.36º 0.29% 0.62% -
HSV(B) 80.36º 0.3% 0.73% -
XYZ 38.02 45.5 28.25 -
YUV 174.94 103.21 123.05 -
System Red Green Blue C M Y K H S L
Decimal 168 187 131 0.10 0 0.30 0.27 80.36 0.29 0.62
Hex A8 BB 83 A 0 1E 1B 50 1D 3E
Octal 250 273 203 12 0 36 33 120 35 76
Binary 10101000 10111011 10000011 1010 0 11110 11011 1010000 11101 111110

Color Harmonies of #A8BB83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BB83

Black with #A8BB83

Text Example


Text Example

White with #A8BB83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BB83; }

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

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

background-color css

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

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

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

border-color css

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

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

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