Html Css Color HEX #83AB42 Sushi

📋 copy color: '#83AB42'

red 131 ◦ green 171 ◦ blue 66

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

Shades of Sushi #83AB42

Tints of Sushi #83AB42

RGB

 RED value IS 131 (51.56% from 255) = 35.6%

 GREEN value IS 171 (67.19% from 255) = 46.47%

 BLUE value IS 66 (26.17% from 255) = 17.93%

R = 35.6%
G = 46.47%
B = 17.93%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#83AB42 (or 0x83AB42) is known color: Sushi. HEX triplet: 83, AB and 42. RGB value is (131,171,66). Sum of RGB (Red+Green+Blue) = 131+171+66=368 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.60% from 368); Green value is 171 (67.19% from 255 or 46.47% from 368); Blue value is 66 (26.17% from 255 or 17.93% from 368); Max value from RGB is 171 - color contains mainly: green. Hex color #83AB42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83AB42 is #7C54BD. Grayscale: #939393. Windows color (decimal): -8148158 or 4369283. OLE color: 4369283.

HSL color Cylindrical-coordinate representation of color #83AB42: hue angle of 82.86º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #83AB42 is Cyan = 0.23, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.33.

Color convert

RGB 131 171 66 -
CMYK 0.23 0 0.61 0.33
HSL 82.86º 0.44% 0.46% -
HSV(B) 82.86º 0.61% 0.67% -
XYZ 24.91 34.34 10.47 -
YUV 147.07 82.25 116.54 -
System Red Green Blue C M Y K H S L
Decimal 131 171 66 0.23 0 0.61 0.33 82.86 0.44 0.46
Hex 83 AB 42 17 0 3D 21 53 2C 2E
Octal 203 253 102 27 0 75 41 123 54 56
Binary 10000011 10101011 1000010 10111 0 111101 100001 1010011 101100 101110

Color Harmonies of #83AB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AB42

Black with #83AB42

Text Example


Text Example

White with #83AB42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83AB42; }

 p { color: rgb(131,171,66); }

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

background-color css

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

 a { background-color: rgb(131,171,66); }

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

border-color css

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

 span { border-color: rgb(131,171,66); }

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