Html Css Color HEX #8E9B2A Citron

📋 copy color: '#8E9B2A'

red 142 ◦ green 155 ◦ blue 42

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

Shades of Citron #8E9B2A

Tints of Citron #8E9B2A

RGB

 RED value IS 142 (55.86% from 255) = 41.89%

 GREEN value IS 155 (60.94% from 255) = 45.72%

 BLUE value IS 42 (16.8% from 255) = 12.39%

R = 41.89%
G = 45.72%
B = 12.39%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.73

 K value IS 0.39

RGB Variations

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

Color information

#8E9B2A (or 0x8E9B2A) is known color: Citron. HEX triplet: 8E, 9B and 2A. RGB value is (142,155,42). Sum of RGB (Red+Green+Blue) = 142+155+42=339 (44% of max value = 765). Red value is 142 (55.86% from 255 or 41.89% from 339); Green value is 155 (60.94% from 255 or 45.72% from 339); Blue value is 42 (16.80% from 255 or 12.39% from 339); Max value from RGB is 155 - color contains mainly: green. Hex color #8E9B2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E9B2A is #7164D5. Grayscale: #8A8A8A. Windows color (decimal): -7431382 or 2792334. OLE color: 2792334.

HSL color Cylindrical-coordinate representation of color #8E9B2A: hue angle of 66.9º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8E9B2A is Cyan = 0.08, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.39.

Color convert

RGB 142 155 42 -
CMYK 0.08 0 0.73 0.39
HSL 66.9º 0.57% 0.39% -
HSV(B) 66.9º 0.73% 0.61% -
XYZ 23.29 29.36 6.63 -
YUV 138.23 73.69 130.69 -
System Red Green Blue C M Y K H S L
Decimal 142 155 42 0.08 0 0.73 0.39 66.9 0.57 0.39
Hex 8E 9B 2A 8 0 49 27 43 39 27
Octal 216 233 52 10 0 111 47 103 71 47
Binary 10001110 10011011 101010 1000 0 1001001 100111 1000011 111001 100111

Color Harmonies of #8E9B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9B2A

Black with #8E9B2A

Text Example


Text Example

White with #8E9B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,155,42); }

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

background-color css

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

 a { background-color: rgb(142,155,42); }

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

border-color css

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

 span { border-color: rgb(142,155,42); }

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