Html Css Color HEX #AACB68 Olivine

📋 copy color: '#AACB68'

red 170 ◦ green 203 ◦ blue 104

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

Shades of Olivine #AACB68

Tints of Olivine #AACB68

RGB

 RED value IS 170 (66.8% from 255) = 35.64%

 GREEN value IS 203 (79.69% from 255) = 42.56%

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

R = 35.64%
G = 42.56%
B = 21.8%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#AACB68 (or 0xAACB68) is known color: Olivine. HEX triplet: AA, CB and 68. RGB value is (170,203,104). Sum of RGB (Red+Green+Blue) = 170+203+104=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 203 (79.69% from 255 or 42.56% from 477); Blue value is 104 (41.02% from 255 or 21.80% from 477); Max value from RGB is 203 - color contains mainly: green. Hex color #AACB68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACB68 is #553497. Grayscale: #B6B6B6. Windows color (decimal): -5584024 or 6867882. OLE color: 6867882.

HSL color Cylindrical-coordinate representation of color #AACB68: hue angle of 80º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AACB68 is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 203 104 -
CMYK 0.16 0 0.49 0.20
HSL 80º 0.49% 0.6% -
HSV(B) 80º 0.49% 0.8% -
XYZ 40.43 52.26 21.05 -
YUV 181.85 84.07 119.55 -
System Red Green Blue C M Y K H S L
Decimal 170 203 104 0.16 0 0.49 0.20 80 0.49 0.6
Hex AA CB 68 10 0 31 14 50 31 3C
Octal 252 313 150 20 0 61 24 120 61 74
Binary 10101010 11001011 1101000 10000 0 110001 10100 1010000 110001 111100

Color Harmonies of #AACB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACB68

Black with #AACB68

Text Example


Text Example

White with #AACB68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACB68; }

 p { color: rgb(170,203,104); }

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

background-color css

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

 a { background-color: rgb(170,203,104); }

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

border-color css

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

 span { border-color: rgb(170,203,104); }

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