Html Css Color HEX #8A960A Citron

📋 copy color: '#8A960A'

red 138 ◦ green 150 ◦ blue 10

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

Shades of Citron #8A960A

Tints of Citron #8A960A

RGB

 RED value IS 138 (54.3% from 255) = 46.31%

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

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

R = 46.31%
G = 50.34%
B = 3.36%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#8A960A (or 0x8A960A) is known color: Citron. HEX triplet: 8A, 96 and 0A. RGB value is (138,150,10). Sum of RGB (Red+Green+Blue) = 138+150+10=298 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.31% from 298); Green value is 150 (58.98% from 255 or 50.34% from 298); Blue value is 10 (4.30% from 255 or 3.36% from 298); Max value from RGB is 150 - color contains mainly: green. Hex color #8A960A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A960A is #7569F5. Grayscale: #838383. Windows color (decimal): -7694838 or 693898. OLE color: 693898.

HSL color Cylindrical-coordinate representation of color #8A960A: hue angle of 65.14º 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 #8A960A is Cyan = 0.08, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 138 150 10 -
CMYK 0.08 0 0.93 0.41
HSL 65.14º 0.88% 0.31% -
HSV(B) 65.14º 0.93% 0.59% -
XYZ 21.44 27.24 4.41 -
YUV 130.45 60.02 133.38 -
System Red Green Blue C M Y K H S L
Decimal 138 150 10 0.08 0 0.93 0.41 65.14 0.88 0.31
Hex 8A 96 A 8 0 5D 29 41 58 1F
Octal 212 226 12 10 0 135 51 101 130 37
Binary 10001010 10010110 1010 1000 0 1011101 101001 1000001 1011000 11111

Color Harmonies of #8A960A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A960A

Black with #8A960A

Text Example


Text Example

White with #8A960A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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