Html Css Color HEX #84980B Citron

📋 copy color: '#84980B'

red 132 ◦ green 152 ◦ blue 11

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

Shades of Citron #84980B

Tints of Citron #84980B

RGB

 RED value IS 132 (51.95% from 255) = 44.75%

 GREEN value IS 152 (59.77% from 255) = 51.53%

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

R = 44.75%
G = 51.53%
B = 3.73%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.93

 K value IS 0.40

RGB Variations

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

Color information

#84980B (or 0x84980B) is known color: Citron. HEX triplet: 84, 98 and 0B. RGB value is (132,152,11). Sum of RGB (Red+Green+Blue) = 132+152+11=295 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.75% from 295); Green value is 152 (59.77% from 255 or 51.53% from 295); Blue value is 11 (4.69% from 255 or 3.73% from 295); Max value from RGB is 152 - color contains mainly: green. Hex color #84980B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84980B is #7B67F4. Grayscale: #828282. Windows color (decimal): -8087541 or 759940. OLE color: 759940.

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

Color convert

RGB 132 152 11 -
CMYK 0.13 0 0.93 0.40
HSL 68.51º 0.87% 0.32% -
HSV(B) 68.51º 0.93% 0.6% -
XYZ 20.8 27.39 4.51 -
YUV 129.95 60.87 129.46 -
System Red Green Blue C M Y K H S L
Decimal 132 152 11 0.13 0 0.93 0.40 68.51 0.87 0.32
Hex 84 98 B D 0 5D 28 45 57 20
Octal 204 230 13 15 0 135 50 105 127 40
Binary 10000100 10011000 1011 1101 0 1011101 101000 1000101 1010111 100000

Color Harmonies of #84980B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84980B

Black with #84980B

Text Example


Text Example

White with #84980B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,152,11); }

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

background-color css

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

 a { background-color: rgb(132,152,11); }

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

border-color css

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

 span { border-color: rgb(132,152,11); }

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