Html Css Color HEX #82960B Citron

📋 copy color: '#82960B'

red 130 ◦ green 150 ◦ blue 11

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

Shades of Citron #82960B

Tints of Citron #82960B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 51.55%

 BLUE value IS 11 (4.69% from 255) = 3.78%

R = 44.67%
G = 51.55%
B = 3.78%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#82960B (or 0x82960B) is known color: Citron. HEX triplet: 82, 96 and 0B. RGB value is (130,150,11). Sum of RGB (Red+Green+Blue) = 130+150+11=291 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.67% from 291); Green value is 150 (58.98% from 255 or 51.55% from 291); Blue value is 11 (4.69% from 255 or 3.78% from 291); Max value from RGB is 150 - color contains mainly: green. Hex color #82960B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82960B is #7D69F4. Grayscale: #808080. Windows color (decimal): -8219125 or 759426. OLE color: 759426.

HSL color Cylindrical-coordinate representation of color #82960B: hue angle of 68.63º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #82960B is Cyan = 0.13, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 130 150 11 -
CMYK 0.13 0 0.93 0.41
HSL 68.63º 0.86% 0.32% -
HSV(B) 68.63º 0.93% 0.59% -
XYZ 20.17 26.58 4.38 -
YUV 128.17 61.87 129.3 -
System Red Green Blue C M Y K H S L
Decimal 130 150 11 0.13 0 0.93 0.41 68.63 0.86 0.32
Hex 82 96 B D 0 5D 29 45 56 20
Octal 202 226 13 15 0 135 51 105 126 40
Binary 10000010 10010110 1011 1101 0 1011101 101001 1000101 1010110 100000

Color Harmonies of #82960B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82960B

Black with #82960B

Text Example


Text Example

White with #82960B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82960B; }

 p { color: rgb(130,150,11); }

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

background-color css

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

 a { background-color: rgb(130,150,11); }

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

border-color css

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

 span { border-color: rgb(130,150,11); }

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