Html Css Color HEX #829015 Citron

📋 copy color: '#829015'

red 130 ◦ green 144 ◦ blue 21

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

Shades of Citron #829015

Tints of Citron #829015

RGB

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

 GREEN value IS 144 (56.64% from 255) = 48.81%

 BLUE value IS 21 (8.59% from 255) = 7.12%

R = 44.07%
G = 48.81%
B = 7.12%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.85

 K value IS 0.44

RGB Variations

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

Color information

#829015 (or 0x829015) is known color: Citron. HEX triplet: 82, 90 and 15. RGB value is (130,144,21). Sum of RGB (Red+Green+Blue) = 130+144+21=295 (39% of max value = 765). Red value is 130 (51.17% from 255 or 44.07% from 295); Green value is 144 (56.64% from 255 or 48.81% from 295); Blue value is 21 (8.59% from 255 or 7.12% from 295); Max value from RGB is 144 - color contains mainly: green. Hex color #829015 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #829015 is #7D6FEA. Grayscale: #7E7E7E. Windows color (decimal): -8220651 or 1413250. OLE color: 1413250.

HSL color Cylindrical-coordinate representation of color #829015: hue angle of 66.83º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #829015 is Cyan = 0.10, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB 130 144 21 -
CMYK 0.10 0 0.85 0.44
HSL 66.83º 0.75% 0.32% -
HSV(B) 66.83º 0.85% 0.56% -
XYZ 19.31 24.75 4.47 -
YUV 125.79 68.86 131 -
System Red Green Blue C M Y K H S L
Decimal 130 144 21 0.10 0 0.85 0.44 66.83 0.75 0.32
Hex 82 90 15 A 0 55 2C 43 4B 20
Octal 202 220 25 12 0 125 54 103 113 40
Binary 10000010 10010000 10101 1010 0 1010101 101100 1000011 1001011 100000

Color Harmonies of #829015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829015

Black with #829015

Text Example


Text Example

White with #829015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829015; }

 p { color: rgb(130,144,21); }

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

background-color css

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

 a { background-color: rgb(130,144,21); }

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

border-color css

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

 span { border-color: rgb(130,144,21); }

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