Html Css Color HEX #82AB36 Sushi

📋 copy color: '#82AB36'

red 130 ◦ green 171 ◦ blue 54

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

Shades of Sushi #82AB36

Tints of Sushi #82AB36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 15.21%

R = 36.62%
G = 48.17%
B = 15.21%

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

#82AB36 (or 0x82AB36) is known color: Sushi. HEX triplet: 82, AB and 36. RGB value is (130,171,54). Sum of RGB (Red+Green+Blue) = 130+171+54=355 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.62% from 355); Green value is 171 (67.19% from 255 or 48.17% from 355); Blue value is 54 (21.48% from 255 or 15.21% from 355); Max value from RGB is 171 - color contains mainly: green. Hex color #82AB36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82AB36 is #7D54C9. Grayscale: #919191. Windows color (decimal): -8213706 or 3582850. OLE color: 3582850.

HSL color Cylindrical-coordinate representation of color #82AB36: hue angle of 81.03º degrees, saturation: 0.52, 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 #82AB36 is Cyan = 0.24, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.

Color convert

RGB 130 171 54 -
CMYK 0.24 0 0.68 0.33
HSL 81.03º 0.52% 0.44% -
HSV(B) 81.03º 0.68% 0.67% -
XYZ 24.43 34.14 8.79 -
YUV 145.4 76.42 117.01 -
System Red Green Blue C M Y K H S L
Decimal 130 171 54 0.24 0 0.68 0.33 81.03 0.52 0.44
Hex 82 AB 36 18 0 44 21 51 34 2C
Octal 202 253 66 30 0 104 41 121 64 54
Binary 10000010 10101011 110110 11000 0 1000100 100001 1010001 110100 101100

Color Harmonies of #82AB36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AB36

Black with #82AB36

Text Example


Text Example

White with #82AB36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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