Html Css Color HEX #829C27 Sushi

📋 copy color: '#829C27'

red 130 ◦ green 156 ◦ blue 39

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

Shades of Sushi #829C27

Tints of Sushi #829C27

RGB

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

 GREEN value IS 156 (61.33% from 255) = 48%

 BLUE value IS 39 (15.63% from 255) = 12%

R = 40%
G = 48%
B = 12%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.75

 K value IS 0.39

RGB Variations

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

Color information

#829C27 (or 0x829C27) is known color: Sushi. HEX triplet: 82, 9C and 27. RGB value is (130,156,39). Sum of RGB (Red+Green+Blue) = 130+156+39=325 (43% of max value = 765). Red value is 130 (51.17% from 255 or 40% from 325); Green value is 156 (61.33% from 255 or 48% from 325); Blue value is 39 (15.62% from 255 or 12% from 325); Max value from RGB is 156 - color contains mainly: green. Hex color #829C27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829C27 is #7D63D8. Grayscale: #878787. Windows color (decimal): -8217561 or 2595970. OLE color: 2595970.

HSL color Cylindrical-coordinate representation of color #829C27: hue angle of 73.33º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #829C27 is Cyan = 0.17, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.39.

Color convert

RGB 130 156 39 -
CMYK 0.17 0 0.75 0.39
HSL 73.33º 0.6% 0.38% -
HSV(B) 73.33º 0.75% 0.61% -
XYZ 21.46 28.67 6.32 -
YUV 134.89 73.89 124.51 -
System Red Green Blue C M Y K H S L
Decimal 130 156 39 0.17 0 0.75 0.39 73.33 0.6 0.38
Hex 82 9C 27 11 0 4B 27 49 3C 26
Octal 202 234 47 21 0 113 47 111 74 46
Binary 10000010 10011100 100111 10001 0 1001011 100111 1001001 111100 100110

Color Harmonies of #829C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829C27

Black with #829C27

Text Example


Text Example

White with #829C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829C27; }

 p { color: rgb(130,156,39); }

 H1.HeaderClassName
 {
   color: #829C27;
 }
 .AnyTagClassName
 {
   color: #829C27;
 }
</style>

background-color css

<style>
 a { background-color: #829C27; }

 a { background-color: rgb(130,156,39); }

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

border-color css

<style>
 span { border-color: #829C27; }

 span { border-color: rgb(130,156,39); }

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