Html Css Color HEX #82AB37 Sushi

📋 copy color: '#82AB37'

red 130 ◦ green 171 ◦ blue 55

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

Shades of Sushi #82AB37

Tints of Sushi #82AB37

RGB

 RED value IS 130 (51.17% from 255) = 36.52%

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

 BLUE value IS 55 (21.88% from 255) = 15.45%

R = 36.52%
G = 48.03%
B = 15.45%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#82AB37 (or 0x82AB37) is known color: Sushi. HEX triplet: 82, AB and 37. RGB value is (130,171,55). Sum of RGB (Red+Green+Blue) = 130+171+55=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 171 (67.19% from 255 or 48.03% from 356); Blue value is 55 (21.88% from 255 or 15.45% from 356); Max value from RGB is 171 - color contains mainly: green. Hex color #82AB37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82AB37 is #7D54C8. Grayscale: #919191. Windows color (decimal): -8213705 or 3648386. OLE color: 3648386.

HSL color Cylindrical-coordinate representation of color #82AB37: hue angle of 81.21º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #82AB37 is Cyan = 0.24, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.

Color convert

RGB 130 171 55 -
CMYK 0.24 0 0.68 0.33
HSL 81.21º 0.51% 0.44% -
HSV(B) 81.21º 0.68% 0.67% -
XYZ 24.46 34.15 8.92 -
YUV 145.52 76.92 116.93 -
System Red Green Blue C M Y K H S L
Decimal 130 171 55 0.24 0 0.68 0.33 81.21 0.51 0.44
Hex 82 AB 37 18 0 44 21 51 33 2C
Octal 202 253 67 30 0 104 41 121 63 54
Binary 10000010 10101011 110111 11000 0 1000100 100001 1010001 110011 101100

Color Harmonies of #82AB37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AB37

Black with #82AB37

Text Example


Text Example

White with #82AB37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82AB37; }

 p { color: rgb(130,171,55); }

 H1.HeaderClassName
 {
   color: #82AB37;
 }
 .AnyTagClassName
 {
   color: #82AB37;
 }
</style>

background-color css

<style>
 a { background-color: #82AB37; }

 a { background-color: rgb(130,171,55); }

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

border-color css

<style>
 span { border-color: #82AB37; }

 span { border-color: rgb(130,171,55); }

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