Html Css Color HEX #829827 Sushi

📋 copy color: '#829827'

red 130 ◦ green 152 ◦ blue 39

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

Shades of Sushi #829827

Tints of Sushi #829827

RGB

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

 GREEN value IS 152 (59.77% from 255) = 47.35%

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

R = 40.5%
G = 47.35%
B = 12.15%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.74

 K value IS 0.40

RGB Variations

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

Color information

#829827 (or 0x829827) is known color: Sushi. HEX triplet: 82, 98 and 27. RGB value is (130,152,39). Sum of RGB (Red+Green+Blue) = 130+152+39=321 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.50% from 321); Green value is 152 (59.77% from 255 or 47.35% from 321); Blue value is 39 (15.62% from 255 or 12.15% from 321); Max value from RGB is 152 - color contains mainly: green. Hex color #829827 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829827 is #7D67D8. Grayscale: #848484. Windows color (decimal): -8218585 or 2594946. OLE color: 2594946.

HSL color Cylindrical-coordinate representation of color #829827: hue angle of 71.68º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #829827 is Cyan = 0.14, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.40.

Color convert

RGB 130 152 39 -
CMYK 0.14 0 0.74 0.40
HSL 71.68º 0.59% 0.37% -
HSV(B) 71.68º 0.74% 0.6% -
XYZ 20.8 27.35 6.1 -
YUV 132.54 75.21 126.19 -
System Red Green Blue C M Y K H S L
Decimal 130 152 39 0.14 0 0.74 0.40 71.68 0.59 0.37
Hex 82 98 27 E 0 4A 28 48 3B 25
Octal 202 230 47 16 0 112 50 110 73 45
Binary 10000010 10011000 100111 1110 0 1001010 101000 1001000 111011 100101

Color Harmonies of #829827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829827

Black with #829827

Text Example


Text Example

White with #829827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829827; }

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

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

background-color css

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

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

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

border-color css

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

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

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