Html Css Color HEX #8B930F Citron

📋 copy color: '#8B930F'

red 139 ◦ green 147 ◦ blue 15

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

Shades of Citron #8B930F

Tints of Citron #8B930F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.98%

R = 46.18%
G = 48.84%
B = 4.98%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#8B930F (or 0x8B930F) is known color: Citron. HEX triplet: 8B, 93 and 0F. RGB value is (139,147,15). Sum of RGB (Red+Green+Blue) = 139+147+15=301 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.18% from 301); Green value is 147 (57.81% from 255 or 48.84% from 301); Blue value is 15 (6.25% from 255 or 4.98% from 301); Max value from RGB is 147 - color contains mainly: green. Hex color #8B930F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8B930F is #746CF0. Grayscale: #828282. Windows color (decimal): -7630065 or 1020811. OLE color: 1020811.

HSL color Cylindrical-coordinate representation of color #8B930F: hue angle of 63.64º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8B930F is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 139 147 15 -
CMYK 0.05 0 0.90 0.42
HSL 63.64º 0.81% 0.32% -
HSV(B) 63.64º 0.9% 0.58% -
XYZ 21.17 26.39 4.43 -
YUV 129.56 63.35 134.73 -
System Red Green Blue C M Y K H S L
Decimal 139 147 15 0.05 0 0.90 0.42 63.64 0.81 0.32
Hex 8B 93 F 5 0 5A 2A 40 51 20
Octal 213 223 17 5 0 132 52 100 121 40
Binary 10001011 10010011 1111 101 0 1011010 101010 1000000 1010001 100000

Color Harmonies of #8B930F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B930F

Black with #8B930F

Text Example


Text Example

White with #8B930F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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