Html Css Color HEX #A4BF68 Olivine

📋 copy color: '#A4BF68'

red 164 ◦ green 191 ◦ blue 104

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

Shades of Olivine #A4BF68

Tints of Olivine #A4BF68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 22.66%

R = 35.73%
G = 41.61%
B = 22.66%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#A4BF68 (or 0xA4BF68) is known color: Olivine. HEX triplet: A4, BF and 68. RGB value is (164,191,104). Sum of RGB (Red+Green+Blue) = 164+191+104=459 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.73% from 459); Green value is 191 (75% from 255 or 41.61% from 459); Blue value is 104 (41.02% from 255 or 22.66% from 459); Max value from RGB is 191 - color contains mainly: green. Hex color #A4BF68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4BF68 is #5B4097. Grayscale: #ADADAD. Windows color (decimal): -5980312 or 6864804. OLE color: 6864804.

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

Color convert

RGB 164 191 104 -
CMYK 0.14 0 0.46 0.25
HSL 78.62º 0.4% 0.58% -
HSV(B) 78.62º 0.46% 0.75% -
XYZ 36.44 46.15 20.08 -
YUV 173.01 89.05 121.57 -
System Red Green Blue C M Y K H S L
Decimal 164 191 104 0.14 0 0.46 0.25 78.62 0.4 0.58
Hex A4 BF 68 E 0 2E 19 4F 28 3A
Octal 244 277 150 16 0 56 31 117 50 72
Binary 10100100 10111111 1101000 1110 0 101110 11001 1001111 101000 111010

Color Harmonies of #A4BF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BF68

Black with #A4BF68

Text Example


Text Example

White with #A4BF68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BF68; }

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

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

background-color css

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

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

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

border-color css

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

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

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