Html Css Color HEX #8B960A Citron

📋 copy color: '#8B960A'

red 139 ◦ green 150 ◦ blue 10

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

Shades of Citron #8B960A

Tints of Citron #8B960A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 50.17%

 BLUE value IS 10 (4.3% from 255) = 3.34%

R = 46.49%
G = 50.17%
B = 3.34%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#8B960A (or 0x8B960A) is known color: Citron. HEX triplet: 8B, 96 and 0A. RGB value is (139,150,10). Sum of RGB (Red+Green+Blue) = 139+150+10=299 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.49% from 299); Green value is 150 (58.98% from 255 or 50.17% from 299); Blue value is 10 (4.30% from 255 or 3.34% from 299); Max value from RGB is 150 - color contains mainly: green. Hex color #8B960A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8B960A is #7469F5. Grayscale: #838383. Windows color (decimal): -7629302 or 693899. OLE color: 693899.

HSL color Cylindrical-coordinate representation of color #8B960A: hue angle of 64.71º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8B960A is Cyan = 0.07, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 139 150 10 -
CMYK 0.07 0 0.93 0.41
HSL 64.71º 0.88% 0.31% -
HSV(B) 64.71º 0.93% 0.59% -
XYZ 21.61 27.32 4.42 -
YUV 130.75 59.86 133.88 -
System Red Green Blue C M Y K H S L
Decimal 139 150 10 0.07 0 0.93 0.41 64.71 0.88 0.31
Hex 8B 96 A 7 0 5D 29 41 58 1F
Octal 213 226 12 7 0 135 51 101 130 37
Binary 10001011 10010110 1010 111 0 1011101 101001 1000001 1011000 11111

Color Harmonies of #8B960A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B960A

Black with #8B960A

Text Example


Text Example

White with #8B960A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,150,10); }

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

background-color css

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

 a { background-color: rgb(139,150,10); }

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

border-color css

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

 span { border-color: rgb(139,150,10); }

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