Html Css Color HEX #8E982B Citron

📋 copy color: '#8E982B'

red 142 ◦ green 152 ◦ blue 43

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

Shades of Citron #8E982B

Tints of Citron #8E982B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 45.1%

 BLUE value IS 43 (17.19% from 255) = 12.76%

R = 42.14%
G = 45.1%
B = 12.76%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.72

 K value IS 0.40

RGB Variations

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

Color information

#8E982B (or 0x8E982B) is known color: Citron. HEX triplet: 8E, 98 and 2B. RGB value is (142,152,43). Sum of RGB (Red+Green+Blue) = 142+152+43=337 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.14% from 337); Green value is 152 (59.77% from 255 or 45.10% from 337); Blue value is 43 (17.19% from 255 or 12.76% from 337); Max value from RGB is 152 - color contains mainly: green. Hex color #8E982B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E982B is #7167D4. Grayscale: #898989. Windows color (decimal): -7432149 or 2857102. OLE color: 2857102.

HSL color Cylindrical-coordinate representation of color #8E982B: hue angle of 65.5º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8E982B is Cyan = 0.07, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.40.

Color convert

RGB 142 152 43 -
CMYK 0.07 0 0.72 0.40
HSL 65.5º 0.56% 0.38% -
HSV(B) 65.5º 0.72% 0.6% -
XYZ 22.82 28.38 6.56 -
YUV 136.58 75.19 131.86 -
System Red Green Blue C M Y K H S L
Decimal 142 152 43 0.07 0 0.72 0.40 65.5 0.56 0.38
Hex 8E 98 2B 7 0 48 28 42 38 26
Octal 216 230 53 7 0 110 50 102 70 46
Binary 10001110 10011000 101011 111 0 1001000 101000 1000010 111000 100110

Color Harmonies of #8E982B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E982B

Black with #8E982B

Text Example


Text Example

White with #8E982B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,152,43); }

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

background-color css

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

 a { background-color: rgb(142,152,43); }

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

border-color css

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

 span { border-color: rgb(142,152,43); }

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