Html Css Color HEX #8B930D Citron

📋 copy color: '#8B930D'

red 139 ◦ green 147 ◦ blue 13

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

Shades of Citron #8B930D

Tints of Citron #8B930D

RGB

 RED value IS 139 (54.69% from 255) = 46.49%

 GREEN value IS 147 (57.81% from 255) = 49.16%

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

R = 46.49%
G = 49.16%
B = 4.35%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#8B930D (or 0x8B930D) is known color: Citron. HEX triplet: 8B, 93 and 0D. RGB value is (139,147,13). Sum of RGB (Red+Green+Blue) = 139+147+13=299 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.49% from 299); Green value is 147 (57.81% from 255 or 49.16% from 299); Blue value is 13 (5.47% from 255 or 4.35% from 299); Max value from RGB is 147 - color contains mainly: green. Hex color #8B930D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8B930D is #746CF2. Grayscale: #818181. Windows color (decimal): -7630067 or 889739. OLE color: 889739.

HSL color Cylindrical-coordinate representation of color #8B930D: hue angle of 63.58º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8B930D is Cyan = 0.05, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 139 147 13 -
CMYK 0.05 0 0.91 0.42
HSL 63.58º 0.84% 0.31% -
HSV(B) 63.58º 0.91% 0.58% -
XYZ 21.15 26.39 4.36 -
YUV 129.33 62.35 134.9 -
System Red Green Blue C M Y K H S L
Decimal 139 147 13 0.05 0 0.91 0.42 63.58 0.84 0.31
Hex 8B 93 D 5 0 5B 2A 40 54 1F
Octal 213 223 15 5 0 133 52 100 124 37
Binary 10001011 10010011 1101 101 0 1011011 101010 1000000 1010100 11111

Color Harmonies of #8B930D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B930D

Black with #8B930D

Text Example


Text Example

White with #8B930D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B930D; }

 p { color: rgb(139,147,13); }

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

background-color css

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

 a { background-color: rgb(139,147,13); }

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

border-color css

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

 span { border-color: rgb(139,147,13); }

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