Html Css Color HEX #8B940C Citron

📋 copy color: '#8B940C'

red 139 ◦ green 148 ◦ blue 12

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

Shades of Citron #8B940C

Tints of Citron #8B940C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 49.5%

 BLUE value IS 12 (5.08% from 255) = 4.01%

R = 46.49%
G = 49.5%
B = 4.01%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.92

 K value IS 0.42

RGB Variations

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

Color information

#8B940C (or 0x8B940C) is known color: Citron. HEX triplet: 8B, 94 and 0C. RGB value is (139,148,12). Sum of RGB (Red+Green+Blue) = 139+148+12=299 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.49% from 299); Green value is 148 (58.20% from 255 or 49.50% from 299); Blue value is 12 (5.08% from 255 or 4.01% from 299); Max value from RGB is 148 - color contains mainly: green. Hex color #8B940C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8B940C is #746BF3. Grayscale: #828282. Windows color (decimal): -7629812 or 824459. OLE color: 824459.

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

Color convert

RGB 139 148 12 -
CMYK 0.06 0 0.92 0.42
HSL 63.97º 0.85% 0.31% -
HSV(B) 63.97º 0.92% 0.58% -
XYZ 21.3 26.7 4.38 -
YUV 129.81 61.52 134.56 -
System Red Green Blue C M Y K H S L
Decimal 139 148 12 0.06 0 0.92 0.42 63.97 0.85 0.31
Hex 8B 94 C 6 0 5C 2A 40 55 1F
Octal 213 224 14 6 0 134 52 100 125 37
Binary 10001011 10010100 1100 110 0 1011100 101010 1000000 1010101 11111

Color Harmonies of #8B940C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B940C

Black with #8B940C

Text Example


Text Example

White with #8B940C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,148,12); }

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

background-color css

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

 a { background-color: rgb(139,148,12); }

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

border-color css

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

 span { border-color: rgb(139,148,12); }

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