Html Css Color HEX #82B23E Sushi

📋 copy color: '#82B23E'

red 130 ◦ green 178 ◦ blue 62

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

Shades of Sushi #82B23E

Tints of Sushi #82B23E

RGB

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

 GREEN value IS 178 (69.92% from 255) = 48.11%

 BLUE value IS 62 (24.61% from 255) = 16.76%

R = 35.14%
G = 48.11%
B = 16.76%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#82B23E (or 0x82B23E) is known color: Sushi. HEX triplet: 82, B2 and 3E. RGB value is (130,178,62). Sum of RGB (Red+Green+Blue) = 130+178+62=370 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.14% from 370); Green value is 178 (69.92% from 255 or 48.11% from 370); Blue value is 62 (24.61% from 255 or 16.76% from 370); Max value from RGB is 178 - color contains mainly: green. Hex color #82B23E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82B23E is #7D4DC1. Grayscale: #969696. Windows color (decimal): -8211906 or 4108930. OLE color: 4108930.

HSL color Cylindrical-coordinate representation of color #82B23E: hue angle of 84.83º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #82B23E is Cyan = 0.27, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.30.

Color convert

RGB 130 178 62 -
CMYK 0.27 0 0.65 0.30
HSL 84.83º 0.48% 0.47% -
HSV(B) 84.83º 0.65% 0.7% -
XYZ 26 36.93 10.32 -
YUV 150.42 78.1 113.43 -
System Red Green Blue C M Y K H S L
Decimal 130 178 62 0.27 0 0.65 0.30 84.83 0.48 0.47
Hex 82 B2 3E 1B 0 41 1E 55 30 2F
Octal 202 262 76 33 0 101 36 125 60 57
Binary 10000010 10110010 111110 11011 0 1000001 11110 1010101 110000 101111

Color Harmonies of #82B23E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B23E

Black with #82B23E

Text Example


Text Example

White with #82B23E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,178,62); }

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

background-color css

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

 a { background-color: rgb(130,178,62); }

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

border-color css

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

 span { border-color: rgb(130,178,62); }

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