Html Css Color HEX #829B1F Citron

📋 copy color: '#829B1F'

red 130 ◦ green 155 ◦ blue 31

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

Shades of Citron #829B1F

Tints of Citron #829B1F

RGB

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

 GREEN value IS 155 (60.94% from 255) = 49.05%

 BLUE value IS 31 (12.5% from 255) = 9.81%

R = 41.14%
G = 49.05%
B = 9.81%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.8

 K value IS 0.39

RGB Variations

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

Color information

#829B1F (or 0x829B1F) is known color: Citron. HEX triplet: 82, 9B and 1F. RGB value is (130,155,31). Sum of RGB (Red+Green+Blue) = 130+155+31=316 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.14% from 316); Green value is 155 (60.94% from 255 or 49.05% from 316); Blue value is 31 (12.5% from 255 or 9.81% from 316); Max value from RGB is 155 - color contains mainly: green. Hex color #829B1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829B1F is #7D64E0. Grayscale: #858585. Windows color (decimal): -8217825 or 2071426. OLE color: 2071426.

HSL color Cylindrical-coordinate representation of color #829B1F: hue angle of 72.1º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #829B1F is Cyan = 0.16, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.39.

Color convert

RGB 130 155 31 -
CMYK 0.16 0 0.8 0.39
HSL 72.1º 0.67% 0.36% -
HSV(B) 72.1º 0.8% 0.61% -
XYZ 21.17 28.29 5.64 -
YUV 133.39 70.22 125.58 -
System Red Green Blue C M Y K H S L
Decimal 130 155 31 0.16 0 0.8 0.39 72.1 0.67 0.36
Hex 82 9B 1F 10 0 50 27 48 43 24
Octal 202 233 37 20 0 120 47 110 103 44
Binary 10000010 10011011 11111 10000 0 1010000 100111 1001000 1000011 100100

Color Harmonies of #829B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829B1F

Black with #829B1F

Text Example


Text Example

White with #829B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829B1F; }

 p { color: rgb(130,155,31); }

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

background-color css

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

 a { background-color: rgb(130,155,31); }

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

border-color css

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

 span { border-color: rgb(130,155,31); }

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