Html Css Color HEX #829927 Sushi

📋 copy color: '#829927'

red 130 ◦ green 153 ◦ blue 39

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

Shades of Sushi #829927

Tints of Sushi #829927

RGB

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

 GREEN value IS 153 (60.16% from 255) = 47.52%

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

R = 40.37%
G = 47.52%
B = 12.11%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.75

 K value IS 0.4

RGB Variations

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

Color information

#829927 (or 0x829927) is known color: Sushi. HEX triplet: 82, 99 and 27. RGB value is (130,153,39). Sum of RGB (Red+Green+Blue) = 130+153+39=322 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.37% from 322); Green value is 153 (60.16% from 255 or 47.52% from 322); Blue value is 39 (15.62% from 255 or 12.11% from 322); Max value from RGB is 153 - color contains mainly: green. Hex color #829927 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829927 is #7D66D8. Grayscale: #858585. Windows color (decimal): -8218329 or 2595202. OLE color: 2595202.

HSL color Cylindrical-coordinate representation of color #829927: hue angle of 72.11º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #829927 is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.4.

Color convert

RGB 130 153 39 -
CMYK 0.15 0 0.75 0.4
HSL 72.11º 0.59% 0.38% -
HSV(B) 72.11º 0.75% 0.6% -
XYZ 20.96 27.67 6.16 -
YUV 133.13 74.88 125.77 -
System Red Green Blue C M Y K H S L
Decimal 130 153 39 0.15 0 0.75 0.4 72.11 0.59 0.38
Hex 82 99 27 F 0 4B 28 48 3B 26
Octal 202 231 47 17 0 113 50 110 73 46
Binary 10000010 10011001 100111 1111 0 1001011 101000 1001000 111011 100110

Color Harmonies of #829927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829927

Black with #829927

Text Example


Text Example

White with #829927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829927; }

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

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

background-color css

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

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

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

border-color css

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

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

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