Html Css Color HEX #849712 Citron

📋 copy color: '#849712'

red 132 ◦ green 151 ◦ blue 18

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

Shades of Citron #849712

Tints of Citron #849712

RGB

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

 GREEN value IS 151 (59.38% from 255) = 50.17%

 BLUE value IS 18 (7.42% from 255) = 5.98%

R = 43.85%
G = 50.17%
B = 5.98%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#849712 (or 0x849712) is known color: Citron. HEX triplet: 84, 97 and 12. RGB value is (132,151,18). Sum of RGB (Red+Green+Blue) = 132+151+18=301 (39% of max value = 765). Red value is 132 (51.95% from 255 or 43.85% from 301); Green value is 151 (59.38% from 255 or 50.17% from 301); Blue value is 18 (7.42% from 255 or 5.98% from 301); Max value from RGB is 151 - color contains mainly: green. Hex color #849712 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #849712 is #7B68ED. Grayscale: #828282. Windows color (decimal): -8087790 or 1218436. OLE color: 1218436.

HSL color Cylindrical-coordinate representation of color #849712: hue angle of 68.57º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #849712 is Cyan = 0.13, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.41.

Color convert

RGB 132 151 18 -
CMYK 0.13 0 0.88 0.41
HSL 68.57º 0.79% 0.33% -
HSV(B) 68.57º 0.88% 0.59% -
XYZ 20.69 27.08 4.71 -
YUV 130.16 64.71 129.31 -
System Red Green Blue C M Y K H S L
Decimal 132 151 18 0.13 0 0.88 0.41 68.57 0.79 0.33
Hex 84 97 12 D 0 58 29 45 4F 21
Octal 204 227 22 15 0 130 51 105 117 41
Binary 10000100 10010111 10010 1101 0 1011000 101001 1000101 1001111 100001

Color Harmonies of #849712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849712

Black with #849712

Text Example


Text Example

White with #849712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849712; }

 p { color: rgb(132,151,18); }

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

background-color css

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

 a { background-color: rgb(132,151,18); }

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

border-color css

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

 span { border-color: rgb(132,151,18); }

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