Html Css Color HEX #829826 Citron

📋 copy color: '#829826'

red 130 ◦ green 152 ◦ blue 38

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

Shades of Citron #829826

Tints of Citron #829826

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.88%

R = 40.63%
G = 47.5%
B = 11.88%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.75

 K value IS 0.40

RGB Variations

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

Color information

#829826 (or 0x829826) is known color: Citron. HEX triplet: 82, 98 and 26. RGB value is (130,152,38). Sum of RGB (Red+Green+Blue) = 130+152+38=320 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.62% from 320); Green value is 152 (59.77% from 255 or 47.5% from 320); Blue value is 38 (15.23% from 255 or 11.88% from 320); Max value from RGB is 152 - color contains mainly: green. Hex color #829826 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829826 is #7D67D9. Grayscale: #848484. Windows color (decimal): -8218586 or 2529410. OLE color: 2529410.

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

Color convert

RGB 130 152 38 -
CMYK 0.14 0 0.75 0.40
HSL 71.58º 0.6% 0.37% -
HSV(B) 71.58º 0.75% 0.6% -
XYZ 20.78 27.34 6.02 -
YUV 132.43 74.71 126.27 -
System Red Green Blue C M Y K H S L
Decimal 130 152 38 0.14 0 0.75 0.40 71.58 0.6 0.37
Hex 82 98 26 E 0 4B 28 48 3C 25
Octal 202 230 46 16 0 113 50 110 74 45
Binary 10000010 10011000 100110 1110 0 1001011 101000 1001000 111100 100101

Color Harmonies of #829826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829826

Black with #829826

Text Example


Text Example

White with #829826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829826; }

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

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

background-color css

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

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

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

border-color css

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

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

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