Html Css Color HEX #858F2C Wasabi

📋 copy color: '#858F2C'

red 133 ◦ green 143 ◦ blue 44

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

Shades of Wasabi #858F2C

Tints of Wasabi #858F2C

RGB

 RED value IS 133 (52.34% from 255) = 41.56%

 GREEN value IS 143 (56.25% from 255) = 44.69%

 BLUE value IS 44 (17.58% from 255) = 13.75%

R = 41.56%
G = 44.69%
B = 13.75%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.69

 K value IS 0.44

RGB Variations

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

Color information

#858F2C (or 0x858F2C) is known color: Wasabi. HEX triplet: 85, 8F and 2C. RGB value is (133,143,44). Sum of RGB (Red+Green+Blue) = 133+143+44=320 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.56% from 320); Green value is 143 (56.25% from 255 or 44.69% from 320); Blue value is 44 (17.58% from 255 or 13.75% from 320); Max value from RGB is 143 - color contains mainly: green. Hex color #858F2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858F2C is #7A70D3. Grayscale: #818181. Windows color (decimal): -8024276 or 2920325. OLE color: 2920325.

HSL color Cylindrical-coordinate representation of color #858F2C: hue angle of 66.06º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #858F2C is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.

Color convert

RGB 133 143 44 -
CMYK 0.07 0 0.69 0.44
HSL 66.06º 0.53% 0.37% -
HSV(B) 66.06º 0.69% 0.56% -
XYZ 19.95 24.81 6.12 -
YUV 128.72 80.19 131.05 -
System Red Green Blue C M Y K H S L
Decimal 133 143 44 0.07 0 0.69 0.44 66.06 0.53 0.37
Hex 85 8F 2C 7 0 45 2C 42 35 25
Octal 205 217 54 7 0 105 54 102 65 45
Binary 10000101 10001111 101100 111 0 1000101 101100 1000010 110101 100101

Color Harmonies of #858F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858F2C

Black with #858F2C

Text Example


Text Example

White with #858F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858F2C; }

 p { color: rgb(133,143,44); }

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

background-color css

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

 a { background-color: rgb(133,143,44); }

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

border-color css

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

 span { border-color: rgb(133,143,44); }

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