Html Css Color HEX #A7BF74 Caper

📋 copy color: '#A7BF74'

red 167 ◦ green 191 ◦ blue 116

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

Shades of Caper #A7BF74

Tints of Caper #A7BF74

RGB

 RED value IS 167 (65.63% from 255) = 35.23%

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

 BLUE value IS 116 (45.7% from 255) = 24.47%

R = 35.23%
G = 40.3%
B = 24.47%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#A7BF74 (or 0xA7BF74) is known color: Caper. HEX triplet: A7, BF and 74. RGB value is (167,191,116). Sum of RGB (Red+Green+Blue) = 167+191+116=474 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.23% from 474); Green value is 191 (75% from 255 or 40.30% from 474); Blue value is 116 (45.70% from 255 or 24.47% from 474); Max value from RGB is 191 - color contains mainly: green. Hex color #A7BF74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7BF74 is #58408B. Grayscale: #AFAFAF. Windows color (decimal): -5783692 or 7651239. OLE color: 7651239.

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

Color convert

RGB 167 191 116 -
CMYK 0.13 0 0.39 0.25
HSL 79.2º 0.37% 0.6% -
HSV(B) 79.2º 0.39% 0.75% -
XYZ 37.72 46.74 23.56 -
YUV 175.27 94.55 122.1 -
System Red Green Blue C M Y K H S L
Decimal 167 191 116 0.13 0 0.39 0.25 79.2 0.37 0.6
Hex A7 BF 74 D 0 27 19 4F 25 3C
Octal 247 277 164 15 0 47 31 117 45 74
Binary 10100111 10111111 1110100 1101 0 100111 11001 1001111 100101 111100

Color Harmonies of #A7BF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BF74

Black with #A7BF74

Text Example


Text Example

White with #A7BF74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BF74; }

 p { color: rgb(167,191,116); }

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

background-color css

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

 a { background-color: rgb(167,191,116); }

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

border-color css

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

 span { border-color: rgb(167,191,116); }

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