Html Css Color HEX #8A951A Citron

📋 copy color: '#8A951A'

red 138 ◦ green 149 ◦ blue 26

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

Shades of Citron #8A951A

Tints of Citron #8A951A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 47.6%

 BLUE value IS 26 (10.55% from 255) = 8.31%

R = 44.09%
G = 47.6%
B = 8.31%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#8A951A (or 0x8A951A) is known color: Citron. HEX triplet: 8A, 95 and 1A. RGB value is (138,149,26). Sum of RGB (Red+Green+Blue) = 138+149+26=313 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.09% from 313); Green value is 149 (58.59% from 255 or 47.60% from 313); Blue value is 26 (10.55% from 255 or 8.31% from 313); Max value from RGB is 149 - color contains mainly: green. Hex color #8A951A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A951A is #756AE5. Grayscale: #848484. Windows color (decimal): -7695078 or 1742218. OLE color: 1742218.

HSL color Cylindrical-coordinate representation of color #8A951A: hue angle of 65.37º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8A951A is Cyan = 0.07, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB 138 149 26 -
CMYK 0.07 0 0.83 0.42
HSL 65.37º 0.7% 0.34% -
HSV(B) 65.37º 0.83% 0.58% -
XYZ 21.42 26.97 5.05 -
YUV 131.69 68.36 132.5 -
System Red Green Blue C M Y K H S L
Decimal 138 149 26 0.07 0 0.83 0.42 65.37 0.7 0.34
Hex 8A 95 1A 7 0 53 2A 41 46 22
Octal 212 225 32 7 0 123 52 101 106 42
Binary 10001010 10010101 11010 111 0 1010011 101010 1000001 1000110 100010

Color Harmonies of #8A951A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A951A

Black with #8A951A

Text Example


Text Example

White with #8A951A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,149,26); }

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

background-color css

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

 a { background-color: rgb(138,149,26); }

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

border-color css

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

 span { border-color: rgb(138,149,26); }

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