Html Css Color HEX #829725 Citron

📋 copy color: '#829725'

red 130 ◦ green 151 ◦ blue 37

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

Shades of Citron #829725

Tints of Citron #829725

RGB

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

 GREEN value IS 151 (59.38% from 255) = 47.48%

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

R = 40.88%
G = 47.48%
B = 11.64%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.75

 K value IS 0.41

RGB Variations

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

Color information

#829725 (or 0x829725) is known color: Citron. HEX triplet: 82, 97 and 25. RGB value is (130,151,37). Sum of RGB (Red+Green+Blue) = 130+151+37=318 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.88% from 318); Green value is 151 (59.38% from 255 or 47.48% from 318); Blue value is 37 (14.84% from 255 or 11.64% from 318); Max value from RGB is 151 - color contains mainly: green. Hex color #829725 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829725 is #7D68DA. Grayscale: #848484. Windows color (decimal): -8218843 or 2463618. OLE color: 2463618.

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

Color convert

RGB 130 151 37 -
CMYK 0.14 0 0.75 0.41
HSL 71.05º 0.61% 0.37% -
HSV(B) 71.05º 0.75% 0.59% -
XYZ 20.61 27.01 5.88 -
YUV 131.73 74.54 126.77 -
System Red Green Blue C M Y K H S L
Decimal 130 151 37 0.14 0 0.75 0.41 71.05 0.61 0.37
Hex 82 97 25 E 0 4B 29 47 3D 25
Octal 202 227 45 16 0 113 51 107 75 45
Binary 10000010 10010111 100101 1110 0 1001011 101001 1000111 111101 100101

Color Harmonies of #829725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829725

Black with #829725

Text Example


Text Example

White with #829725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829725; }

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

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

background-color css

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

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

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

border-color css

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

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

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