Html Css Color HEX #848B38 Wasabi

📋 copy color: '#848B38'

red 132 ◦ green 139 ◦ blue 56

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

Shades of Wasabi #848B38

Tints of Wasabi #848B38

RGB

 RED value IS 132 (51.95% from 255) = 40.37%

 GREEN value IS 139 (54.69% from 255) = 42.51%

 BLUE value IS 56 (22.27% from 255) = 17.13%

R = 40.37%
G = 42.51%
B = 17.13%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.60

 K value IS 0.45

RGB Variations

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

Color information

#848B38 (or 0x848B38) is known color: Wasabi. HEX triplet: 84, 8B and 38. RGB value is (132,139,56). Sum of RGB (Red+Green+Blue) = 132+139+56=327 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.37% from 327); Green value is 139 (54.69% from 255 or 42.51% from 327); Blue value is 56 (22.27% from 255 or 17.13% from 327); Max value from RGB is 139 - color contains mainly: green. Hex color #848B38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848B38 is #7B74C7. Grayscale: #7F7F7F. Windows color (decimal): -8090824 or 3705732. OLE color: 3705732.

HSL color Cylindrical-coordinate representation of color #848B38: hue angle of 65.06º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #848B38 is Cyan = 0.05, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.45.

Color convert

RGB 132 139 56 -
CMYK 0.05 0 0.60 0.45
HSL 65.06º 0.43% 0.38% -
HSV(B) 65.06º 0.6% 0.55% -
XYZ 19.46 23.66 7.28 -
YUV 127.45 87.68 131.25 -
System Red Green Blue C M Y K H S L
Decimal 132 139 56 0.05 0 0.60 0.45 65.06 0.43 0.38
Hex 84 8B 38 5 0 3C 2D 41 2B 26
Octal 204 213 70 5 0 74 55 101 53 46
Binary 10000100 10001011 111000 101 0 111100 101101 1000001 101011 100110

Color Harmonies of #848B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848B38

Black with #848B38

Text Example


Text Example

White with #848B38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848B38; }

 p { color: rgb(132,139,56); }

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

background-color css

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

 a { background-color: rgb(132,139,56); }

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

border-color css

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

 span { border-color: rgb(132,139,56); }

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