Html Css Color HEX #949867 Avocado

📋 copy color: '#949867'

red 148 ◦ green 152 ◦ blue 103

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

Shades of Avocado #949867

Tints of Avocado #949867

RGB

 RED value IS 148 (58.2% from 255) = 36.72%

 GREEN value IS 152 (59.77% from 255) = 37.72%

 BLUE value IS 103 (40.63% from 255) = 25.56%

R = 36.72%
G = 37.72%
B = 25.56%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#949867 (or 0x949867) is known color: Avocado. HEX triplet: 94, 98 and 67. RGB value is (148,152,103). Sum of RGB (Red+Green+Blue) = 148+152+103=403 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.72% from 403); Green value is 152 (59.77% from 255 or 37.72% from 403); Blue value is 103 (40.62% from 255 or 25.56% from 403); Max value from RGB is 152 - color contains mainly: green. Hex color #949867 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949867 is #6B6798. Grayscale: #919191. Windows color (decimal): -7038873 or 6789268. OLE color: 6789268.

HSL color Cylindrical-coordinate representation of color #949867: hue angle of 64.9º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #949867 is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.40.

Color convert

RGB 148 152 103 -
CMYK 0.03 0 0.32 0.40
HSL 64.9º 0.19% 0.5% -
HSV(B) 64.9º 0.32% 0.6% -
XYZ 25.89 29.73 17.21 -
YUV 145.22 104.17 129.98 -
System Red Green Blue C M Y K H S L
Decimal 148 152 103 0.03 0 0.32 0.40 64.9 0.19 0.5
Hex 94 98 67 3 0 20 28 41 13 32
Octal 224 230 147 3 0 40 50 101 23 62
Binary 10010100 10011000 1100111 11 0 100000 101000 1000001 10011 110010

Color Harmonies of #949867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949867

Black with #949867

Text Example


Text Example

White with #949867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949867; }

 p { color: rgb(148,152,103); }

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

background-color css

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

 a { background-color: rgb(148,152,103); }

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

border-color css

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

 span { border-color: rgb(148,152,103); }

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