Html Css Color HEX #848F14 Citron

📋 copy color: '#848F14'

red 132 ◦ green 143 ◦ blue 20

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

Shades of Citron #848F14

Tints of Citron #848F14

RGB

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

 GREEN value IS 143 (56.25% from 255) = 48.47%

 BLUE value IS 20 (8.2% from 255) = 6.78%

R = 44.75%
G = 48.47%
B = 6.78%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.86

 K value IS 0.44

RGB Variations

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

Color information

#848F14 (or 0x848F14) is known color: Citron. HEX triplet: 84, 8F and 14. RGB value is (132,143,20). Sum of RGB (Red+Green+Blue) = 132+143+20=295 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.75% from 295); Green value is 143 (56.25% from 255 or 48.47% from 295); Blue value is 20 (8.20% from 255 or 6.78% from 295); Max value from RGB is 143 - color contains mainly: green. Hex color #848F14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #848F14 is #7B70EB. Grayscale: #7E7E7E. Windows color (decimal): -8089836 or 1347460. OLE color: 1347460.

HSL color Cylindrical-coordinate representation of color #848F14: hue angle of 65.37º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #848F14 is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.44.

Color convert

RGB 132 143 20 -
CMYK 0.08 0 0.86 0.44
HSL 65.37º 0.75% 0.32% -
HSV(B) 65.37º 0.86% 0.56% -
XYZ 19.46 24.6 4.38 -
YUV 125.69 68.36 132.5 -
System Red Green Blue C M Y K H S L
Decimal 132 143 20 0.08 0 0.86 0.44 65.37 0.75 0.32
Hex 84 8F 14 8 0 56 2C 41 4B 20
Octal 204 217 24 10 0 126 54 101 113 40
Binary 10000100 10001111 10100 1000 0 1010110 101100 1000001 1001011 100000

Color Harmonies of #848F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848F14

Black with #848F14

Text Example


Text Example

White with #848F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848F14; }

 p { color: rgb(132,143,20); }

 H1.HeaderClassName
 {
   color: #848F14;
 }
 .AnyTagClassName
 {
   color: #848F14;
 }
</style>

background-color css

<style>
 a { background-color: #848F14; }

 a { background-color: rgb(132,143,20); }

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

border-color css

<style>
 span { border-color: #848F14; }

 span { border-color: rgb(132,143,20); }

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