Html Css Color HEX #849B0D Citron

📋 copy color: '#849B0D'

red 132 ◦ green 155 ◦ blue 13

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

Shades of Citron #849B0D

Tints of Citron #849B0D

RGB

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

 GREEN value IS 155 (60.94% from 255) = 51.67%

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

R = 44%
G = 51.67%
B = 4.33%

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

#849B0D (or 0x849B0D) is known color: Citron. HEX triplet: 84, 9B and 0D. RGB value is (132,155,13). Sum of RGB (Red+Green+Blue) = 132+155+13=300 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44% from 300); Green value is 155 (60.94% from 255 or 51.67% from 300); Blue value is 13 (5.47% from 255 or 4.33% from 300); Max value from RGB is 155 - color contains mainly: green. Hex color #849B0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #849B0D is #7B64F2. Grayscale: #848484. Windows color (decimal): -8086771 or 891780. OLE color: 891780.

HSL color Cylindrical-coordinate representation of color #849B0D: hue angle of 69.72º 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 #849B0D is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.39.

Color convert

RGB 132 155 13 -
CMYK 0.15 0 0.92 0.39
HSL 69.72º 0.85% 0.33% -
HSV(B) 69.72º 0.92% 0.61% -
XYZ 21.31 28.38 4.73 -
YUV 131.94 60.88 128.05 -
System Red Green Blue C M Y K H S L
Decimal 132 155 13 0.15 0 0.92 0.39 69.72 0.85 0.33
Hex 84 9B D F 0 5C 27 46 55 21
Octal 204 233 15 17 0 134 47 106 125 41
Binary 10000100 10011011 1101 1111 0 1011100 100111 1000110 1010101 100001

Color Harmonies of #849B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849B0D

Black with #849B0D

Text Example


Text Example

White with #849B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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