Html Css Color HEX #849812 Citron

📋 copy color: '#849812'

red 132 ◦ green 152 ◦ blue 18

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

Shades of Citron #849812

Tints of Citron #849812

RGB

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

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

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

R = 43.71%
G = 50.33%
B = 5.96%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.88

 K value IS 0.40

RGB Variations

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

Color information

#849812 (or 0x849812) is known color: Citron. HEX triplet: 84, 98 and 12. RGB value is (132,152,18). Sum of RGB (Red+Green+Blue) = 132+152+18=302 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.71% from 302); Green value is 152 (59.77% from 255 or 50.33% from 302); Blue value is 18 (7.42% from 255 or 5.96% from 302); Max value from RGB is 152 - color contains mainly: green. Hex color #849812 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #849812 is #7B67ED. Grayscale: #838383. Windows color (decimal): -8087534 or 1218692. OLE color: 1218692.

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

Color convert

RGB 132 152 18 -
CMYK 0.13 0 0.88 0.40
HSL 68.96º 0.79% 0.33% -
HSV(B) 68.96º 0.88% 0.6% -
XYZ 20.85 27.41 4.76 -
YUV 130.74 64.37 128.9 -
System Red Green Blue C M Y K H S L
Decimal 132 152 18 0.13 0 0.88 0.40 68.96 0.79 0.33
Hex 84 98 12 D 0 58 28 45 4F 21
Octal 204 230 22 15 0 130 50 105 117 41
Binary 10000100 10011000 10010 1101 0 1011000 101000 1000101 1001111 100001

Color Harmonies of #849812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849812

Black with #849812

Text Example


Text Example

White with #849812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849812; }

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

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

background-color css

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

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

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

border-color css

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

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

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