Html Css Color HEX #849C0D Citron

📋 copy color: '#849C0D'

red 132 ◦ green 156 ◦ blue 13

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

Shades of Citron #849C0D

Tints of Citron #849C0D

RGB

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

 GREEN value IS 156 (61.33% from 255) = 51.83%

 BLUE value IS 13 (5.47% from 255) = 4.32%

R = 43.85%
G = 51.83%
B = 4.32%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.92

 K value IS 0.39

RGB Variations

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

Color information

#849C0D (or 0x849C0D) is known color: Citron. HEX triplet: 84, 9C and 0D. RGB value is (132,156,13). Sum of RGB (Red+Green+Blue) = 132+156+13=301 (39% of max value = 765). Red value is 132 (51.95% from 255 or 43.85% from 301); Green value is 156 (61.33% from 255 or 51.83% from 301); Blue value is 13 (5.47% from 255 or 4.32% from 301); Max value from RGB is 156 - color contains mainly: green. Hex color #849C0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #849C0D is #7B63F2. Grayscale: #858585. Windows color (decimal): -8086515 or 892036. OLE color: 892036.

HSL color Cylindrical-coordinate representation of color #849C0D: hue angle of 70.07º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #849C0D is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.39.

Color convert

RGB 132 156 13 -
CMYK 0.15 0 0.92 0.39
HSL 70.07º 0.85% 0.33% -
HSV(B) 70.07º 0.92% 0.61% -
XYZ 21.48 28.71 4.79 -
YUV 132.52 60.55 127.63 -
System Red Green Blue C M Y K H S L
Decimal 132 156 13 0.15 0 0.92 0.39 70.07 0.85 0.33
Hex 84 9C D F 0 5C 27 46 55 21
Octal 204 234 15 17 0 134 47 106 125 41
Binary 10000100 10011100 1101 1111 0 1011100 100111 1000110 1010101 100001

Color Harmonies of #849C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849C0D

Black with #849C0D

Text Example


Text Example

White with #849C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849C0D; }

 p { color: rgb(132,156,13); }

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

background-color css

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

 a { background-color: rgb(132,156,13); }

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

border-color css

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

 span { border-color: rgb(132,156,13); }

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