Html Css Color HEX #949B62 Avocado

📋 copy color: '#949B62'

red 148 ◦ green 155 ◦ blue 98

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

Shades of Avocado #949B62

Tints of Avocado #949B62

RGB

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

 GREEN value IS 155 (60.94% from 255) = 38.65%

 BLUE value IS 98 (38.67% from 255) = 24.44%

R = 36.91%
G = 38.65%
B = 24.44%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.37

 K value IS 0.39

RGB Variations

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

Color information

#949B62 (or 0x949B62) is known color: Avocado. HEX triplet: 94, 9B and 62. RGB value is (148,155,98). Sum of RGB (Red+Green+Blue) = 148+155+98=401 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.91% from 401); Green value is 155 (60.94% from 255 or 38.65% from 401); Blue value is 98 (38.67% from 255 or 24.44% from 401); Max value from RGB is 155 - color contains mainly: green. Hex color #949B62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949B62 is #6B649D. Grayscale: #929292. Windows color (decimal): -7038110 or 6462356. OLE color: 6462356.

HSL color Cylindrical-coordinate representation of color #949B62: hue angle of 67.37º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #949B62 is Cyan = 0.05, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.39.

Color convert

RGB 148 155 98 -
CMYK 0.05 0 0.37 0.39
HSL 67.37º 0.23% 0.5% -
HSV(B) 67.37º 0.37% 0.61% -
XYZ 26.14 30.62 16.09 -
YUV 146.41 100.68 129.13 -
System Red Green Blue C M Y K H S L
Decimal 148 155 98 0.05 0 0.37 0.39 67.37 0.23 0.5
Hex 94 9B 62 5 0 25 27 43 17 32
Octal 224 233 142 5 0 45 47 103 27 62
Binary 10010100 10011011 1100010 101 0 100101 100111 1000011 10111 110010

Color Harmonies of #949B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949B62

Black with #949B62

Text Example


Text Example

White with #949B62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949B62; }

 p { color: rgb(148,155,98); }

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

background-color css

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

 a { background-color: rgb(148,155,98); }

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

border-color css

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

 span { border-color: rgb(148,155,98); }

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