Html Css Color HEX #84960B Citron

📋 copy color: '#84960B'

red 132 ◦ green 150 ◦ blue 11

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

Shades of Citron #84960B

Tints of Citron #84960B

RGB

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

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

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

R = 45.05%
G = 51.19%
B = 3.75%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#84960B (or 0x84960B) is known color: Citron. HEX triplet: 84, 96 and 0B. RGB value is (132,150,11). Sum of RGB (Red+Green+Blue) = 132+150+11=293 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.05% from 293); Green value is 150 (58.98% from 255 or 51.19% from 293); Blue value is 11 (4.69% from 255 or 3.75% from 293); Max value from RGB is 150 - color contains mainly: green. Hex color #84960B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84960B is #7B69F4. Grayscale: #818181. Windows color (decimal): -8088053 or 759428. OLE color: 759428.

HSL color Cylindrical-coordinate representation of color #84960B: hue angle of 67.77º 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 #84960B is Cyan = 0.12, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 132 150 11 -
CMYK 0.12 0 0.93 0.41
HSL 67.77º 0.86% 0.32% -
HSV(B) 67.77º 0.93% 0.59% -
XYZ 20.48 26.74 4.4 -
YUV 128.77 61.54 130.3 -
System Red Green Blue C M Y K H S L
Decimal 132 150 11 0.12 0 0.93 0.41 67.77 0.86 0.32
Hex 84 96 B C 0 5D 29 44 56 20
Octal 204 226 13 14 0 135 51 104 126 40
Binary 10000100 10010110 1011 1100 0 1011101 101001 1000100 1010110 100000

Color Harmonies of #84960B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84960B

Black with #84960B

Text Example


Text Example

White with #84960B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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