Html Css Color HEX #83A233 Sushi

📋 copy color: '#83A233'

red 131 ◦ green 162 ◦ blue 51

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

Shades of Sushi #83A233

Tints of Sushi #83A233

RGB

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

 GREEN value IS 162 (63.67% from 255) = 47.09%

 BLUE value IS 51 (20.31% from 255) = 14.83%

R = 38.08%
G = 47.09%
B = 14.83%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#83A233 (or 0x83A233) is known color: Sushi. HEX triplet: 83, A2 and 33. RGB value is (131,162,51). Sum of RGB (Red+Green+Blue) = 131+162+51=344 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.08% from 344); Green value is 162 (63.67% from 255 or 47.09% from 344); Blue value is 51 (20.31% from 255 or 14.83% from 344); Max value from RGB is 162 - color contains mainly: green. Hex color #83A233 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83A233 is #7C5DCC. Grayscale: #8C8C8C. Windows color (decimal): -8150477 or 3383939. OLE color: 3383939.

HSL color Cylindrical-coordinate representation of color #83A233: hue angle of 76.76º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #83A233 is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB 131 162 51 -
CMYK 0.19 0 0.69 0.36
HSL 76.76º 0.52% 0.42% -
HSV(B) 76.76º 0.69% 0.64% -
XYZ 22.88 30.9 7.89 -
YUV 140.08 77.73 121.53 -
System Red Green Blue C M Y K H S L
Decimal 131 162 51 0.19 0 0.69 0.36 76.76 0.52 0.42
Hex 83 A2 33 13 0 45 24 4D 34 2A
Octal 203 242 63 23 0 105 44 115 64 52
Binary 10000011 10100010 110011 10011 0 1000101 100100 1001101 110100 101010

Color Harmonies of #83A233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A233

Black with #83A233

Text Example


Text Example

White with #83A233

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,162,51); }

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

background-color css

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

 a { background-color: rgb(131,162,51); }

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

border-color css

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

 span { border-color: rgb(131,162,51); }

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