Html Css Color HEX #84991B Citron

📋 copy color: '#84991B'

red 132 ◦ green 153 ◦ blue 27

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

Shades of Citron #84991B

Tints of Citron #84991B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 49.04%

 BLUE value IS 27 (10.94% from 255) = 8.65%

R = 42.31%
G = 49.04%
B = 8.65%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.82

 K value IS 0.4

RGB Variations

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

Color information

#84991B (or 0x84991B) is known color: Citron. HEX triplet: 84, 99 and 1B. RGB value is (132,153,27). Sum of RGB (Red+Green+Blue) = 132+153+27=312 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.31% from 312); Green value is 153 (60.16% from 255 or 49.04% from 312); Blue value is 27 (10.94% from 255 or 8.65% from 312); Max value from RGB is 153 - color contains mainly: green. Hex color #84991B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84991B is #7B66E4. Grayscale: #848484. Windows color (decimal): -8087269 or 1808772. OLE color: 1808772.

HSL color Cylindrical-coordinate representation of color #84991B: hue angle of 70º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #84991B is Cyan = 0.14, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.4.

Color convert

RGB 132 153 27 -
CMYK 0.14 0 0.82 0.4
HSL 70º 0.7% 0.35% -
HSV(B) 70º 0.82% 0.6% -
XYZ 21.1 27.77 5.28 -
YUV 132.36 68.54 127.75 -
System Red Green Blue C M Y K H S L
Decimal 132 153 27 0.14 0 0.82 0.4 70 0.7 0.35
Hex 84 99 1B E 0 52 28 46 46 23
Octal 204 231 33 16 0 122 50 106 106 43
Binary 10000100 10011001 11011 1110 0 1010010 101000 1000110 1000110 100011

Color Harmonies of #84991B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84991B

Black with #84991B

Text Example


Text Example

White with #84991B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,153,27); }

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

background-color css

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

 a { background-color: rgb(132,153,27); }

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

border-color css

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

 span { border-color: rgb(132,153,27); }

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