Html Css Color HEX #829427 Citron

📋 copy color: '#829427'

red 130 ◦ green 148 ◦ blue 39

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

Shades of Citron #829427

Tints of Citron #829427

RGB

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

 GREEN value IS 148 (58.2% from 255) = 46.69%

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

R = 41.01%
G = 46.69%
B = 12.3%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#829427 (or 0x829427) is known color: Citron. HEX triplet: 82, 94 and 27. RGB value is (130,148,39). Sum of RGB (Red+Green+Blue) = 130+148+39=317 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.01% from 317); Green value is 148 (58.20% from 255 or 46.69% from 317); Blue value is 39 (15.62% from 255 or 12.30% from 317); Max value from RGB is 148 - color contains mainly: green. Hex color #829427 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829427 is #7D6BD8. Grayscale: #828282. Windows color (decimal): -8219609 or 2593922. OLE color: 2593922.

HSL color Cylindrical-coordinate representation of color #829427: hue angle of 69.91º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #829427 is Cyan = 0.12, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.42.

Color convert

RGB 130 148 39 -
CMYK 0.12 0 0.74 0.42
HSL 69.91º 0.58% 0.37% -
HSV(B) 69.91º 0.74% 0.58% -
XYZ 20.16 26.07 5.89 -
YUV 130.19 76.54 127.86 -
System Red Green Blue C M Y K H S L
Decimal 130 148 39 0.12 0 0.74 0.42 69.91 0.58 0.37
Hex 82 94 27 C 0 4A 2A 46 3A 25
Octal 202 224 47 14 0 112 52 106 72 45
Binary 10000010 10010100 100111 1100 0 1001010 101010 1000110 111010 100101

Color Harmonies of #829427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829427

Black with #829427

Text Example


Text Example

White with #829427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829427; }

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

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

background-color css

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

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

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

border-color css

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

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

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