Html Css Color HEX #8D982B Citron

📋 copy color: '#8D982B'

red 141 ◦ green 152 ◦ blue 43

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

Shades of Citron #8D982B

Tints of Citron #8D982B

RGB

 RED value IS 141 (55.47% from 255) = 41.96%

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

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

R = 41.96%
G = 45.24%
B = 12.8%

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

#8D982B (or 0x8D982B) is known color: Citron. HEX triplet: 8D, 98 and 2B. RGB value is (141,152,43). Sum of RGB (Red+Green+Blue) = 141+152+43=336 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.96% from 336); Green value is 152 (59.77% from 255 or 45.24% from 336); Blue value is 43 (17.19% from 255 or 12.80% from 336); Max value from RGB is 152 - color contains mainly: green. Hex color #8D982B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D982B is #7267D4. Grayscale: #888888. Windows color (decimal): -7497685 or 2857101. OLE color: 2857101.

HSL color Cylindrical-coordinate representation of color #8D982B: hue angle of 66.06º 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 #8D982B is Cyan = 0.07, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.40.

Color convert

RGB 141 152 43 -
CMYK 0.07 0 0.72 0.40
HSL 66.06º 0.56% 0.38% -
HSV(B) 66.06º 0.72% 0.6% -
XYZ 22.65 28.29 6.55 -
YUV 136.29 75.36 131.36 -
System Red Green Blue C M Y K H S L
Decimal 141 152 43 0.07 0 0.72 0.40 66.06 0.56 0.38
Hex 8D 98 2B 7 0 48 28 42 38 26
Octal 215 230 53 7 0 110 50 102 70 46
Binary 10001101 10011000 101011 111 0 1001000 101000 1000010 111000 100110

Color Harmonies of #8D982B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D982B

Black with #8D982B

Text Example


Text Example

White with #8D982B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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