Html Css Color HEX #829226 Citron

📋 copy color: '#829226'

red 130 ◦ green 146 ◦ blue 38

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

Shades of Citron #829226

Tints of Citron #829226

RGB

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

 GREEN value IS 146 (57.42% from 255) = 46.5%

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

R = 41.4%
G = 46.5%
B = 12.1%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.74

 K value IS 0.43

RGB Variations

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

Color information

#829226 (or 0x829226) is known color: Citron. HEX triplet: 82, 92 and 26. RGB value is (130,146,38). Sum of RGB (Red+Green+Blue) = 130+146+38=314 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.40% from 314); Green value is 146 (57.42% from 255 or 46.50% from 314); Blue value is 38 (15.23% from 255 or 12.10% from 314); Max value from RGB is 146 - color contains mainly: green. Hex color #829226 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829226 is #7D6DD9. Grayscale: #818181. Windows color (decimal): -8220122 or 2527874. OLE color: 2527874.

HSL color Cylindrical-coordinate representation of color #829226: hue angle of 68.89º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #829226 is Cyan = 0.11, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.43.

Color convert

RGB 130 146 38 -
CMYK 0.11 0 0.74 0.43
HSL 68.89º 0.59% 0.36% -
HSV(B) 68.89º 0.74% 0.57% -
XYZ 19.83 25.44 5.7 -
YUV 128.9 76.7 128.78 -
System Red Green Blue C M Y K H S L
Decimal 130 146 38 0.11 0 0.74 0.43 68.89 0.59 0.36
Hex 82 92 26 B 0 4A 2B 45 3B 24
Octal 202 222 46 13 0 112 53 105 73 44
Binary 10000010 10010010 100110 1011 0 1001010 101011 1000101 111011 100100

Color Harmonies of #829226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829226

Black with #829226

Text Example


Text Example

White with #829226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829226; }

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

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

background-color css

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

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

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

border-color css

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

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

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