Html Css Color HEX #A4BF65 Olivine

📋 copy color: '#A4BF65'

red 164 ◦ green 191 ◦ blue 101

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

Shades of Olivine #A4BF65

Tints of Olivine #A4BF65

RGB

 RED value IS 164 (64.45% from 255) = 35.96%

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

 BLUE value IS 101 (39.84% from 255) = 22.15%

R = 35.96%
G = 41.89%
B = 22.15%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#A4BF65 (or 0xA4BF65) is known color: Olivine. HEX triplet: A4, BF and 65. RGB value is (164,191,101). Sum of RGB (Red+Green+Blue) = 164+191+101=456 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.96% from 456); Green value is 191 (75% from 255 or 41.89% from 456); Blue value is 101 (39.84% from 255 or 22.15% from 456); Max value from RGB is 191 - color contains mainly: green. Hex color #A4BF65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4BF65 is #5B409A. Grayscale: #ADADAD. Windows color (decimal): -5980315 or 6668196. OLE color: 6668196.

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

Color convert

RGB 164 191 101 -
CMYK 0.14 0 0.47 0.25
HSL 78º 0.41% 0.57% -
HSV(B) 78º 0.47% 0.75% -
XYZ 36.29 46.09 19.3 -
YUV 172.67 87.55 121.82 -
System Red Green Blue C M Y K H S L
Decimal 164 191 101 0.14 0 0.47 0.25 78 0.41 0.57
Hex A4 BF 65 E 0 2F 19 4E 29 39
Octal 244 277 145 16 0 57 31 116 51 71
Binary 10100100 10111111 1100101 1110 0 101111 11001 1001110 101001 111001

Color Harmonies of #A4BF65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BF65

Black with #A4BF65

Text Example


Text Example

White with #A4BF65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BF65; }

 p { color: rgb(164,191,101); }

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

background-color css

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

 a { background-color: rgb(164,191,101); }

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

border-color css

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

 span { border-color: rgb(164,191,101); }

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