Html Css Color HEX #829B25 Sushi

📋 copy color: '#829B25'

red 130 ◦ green 155 ◦ blue 37

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

Shades of Sushi #829B25

Tints of Sushi #829B25

RGB

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

 GREEN value IS 155 (60.94% from 255) = 48.14%

 BLUE value IS 37 (14.84% from 255) = 11.49%

R = 40.37%
G = 48.14%
B = 11.49%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.76

 K value IS 0.39

RGB Variations

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

Color information

#829B25 (or 0x829B25) is known color: Sushi. HEX triplet: 82, 9B and 25. RGB value is (130,155,37). Sum of RGB (Red+Green+Blue) = 130+155+37=322 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.37% from 322); Green value is 155 (60.94% from 255 or 48.14% from 322); Blue value is 37 (14.84% from 255 or 11.49% from 322); Max value from RGB is 155 - color contains mainly: green. Hex color #829B25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829B25 is #7D64DA. Grayscale: #868686. Windows color (decimal): -8217819 or 2464642. OLE color: 2464642.

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

Color convert

RGB 130 155 37 -
CMYK 0.16 0 0.76 0.39
HSL 72.71º 0.61% 0.38% -
HSV(B) 72.71º 0.76% 0.61% -
XYZ 21.26 28.32 6.1 -
YUV 134.07 73.22 125.09 -
System Red Green Blue C M Y K H S L
Decimal 130 155 37 0.16 0 0.76 0.39 72.71 0.61 0.38
Hex 82 9B 25 10 0 4C 27 49 3D 26
Octal 202 233 45 20 0 114 47 111 75 46
Binary 10000010 10011011 100101 10000 0 1001100 100111 1001001 111101 100110

Color Harmonies of #829B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829B25

Black with #829B25

Text Example


Text Example

White with #829B25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,155,37); }

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

background-color css

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

 a { background-color: rgb(130,155,37); }

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

border-color css

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

 span { border-color: rgb(130,155,37); }

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