Html Css Color HEX #A8BE75 Caper

📋 copy color: '#A8BE75'

red 168 ◦ green 190 ◦ blue 117

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

Shades of Caper #A8BE75

Tints of Caper #A8BE75

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40%

 BLUE value IS 117 (46.09% from 255) = 24.63%

R = 35.37%
G = 40%
B = 24.63%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#A8BE75 (or 0xA8BE75) is known color: Caper. HEX triplet: A8, BE and 75. RGB value is (168,190,117). Sum of RGB (Red+Green+Blue) = 168+190+117=475 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.37% from 475); Green value is 190 (74.61% from 255 or 40% from 475); Blue value is 117 (46.09% from 255 or 24.63% from 475); Max value from RGB is 190 - color contains mainly: green. Hex color #A8BE75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BE75 is #57418A. Grayscale: #AFAFAF. Windows color (decimal): -5718411 or 7716520. OLE color: 7716520.

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

Color convert

RGB 168 190 117 -
CMYK 0.12 0 0.38 0.25
HSL 78.08º 0.36% 0.6% -
HSV(B) 78.08º 0.38% 0.75% -
XYZ 37.77 46.44 23.8 -
YUV 175.1 95.21 122.94 -
System Red Green Blue C M Y K H S L
Decimal 168 190 117 0.12 0 0.38 0.25 78.08 0.36 0.6
Hex A8 BE 75 C 0 26 19 4E 24 3C
Octal 250 276 165 14 0 46 31 116 44 74
Binary 10101000 10111110 1110101 1100 0 100110 11001 1001110 100100 111100

Color Harmonies of #A8BE75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BE75

Black with #A8BE75

Text Example


Text Example

White with #A8BE75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BE75; }

 p { color: rgb(168,190,117); }

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

background-color css

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

 a { background-color: rgb(168,190,117); }

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

border-color css

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

 span { border-color: rgb(168,190,117); }

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