Html Css Color HEX #8D8F26 Citron

📋 copy color: '#8D8F26'

red 141 ◦ green 143 ◦ blue 38

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

Shades of Citron #8D8F26

Tints of Citron #8D8F26

RGB

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

 GREEN value IS 143 (56.25% from 255) = 44.41%

 BLUE value IS 38 (15.23% from 255) = 11.8%

R = 43.79%
G = 44.41%
B = 11.8%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.73

 K value IS 0.44

RGB Variations

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

Color information

#8D8F26 (or 0x8D8F26) is known color: Citron. HEX triplet: 8D, 8F and 26. RGB value is (141,143,38). Sum of RGB (Red+Green+Blue) = 141+143+38=322 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.79% from 322); Green value is 143 (56.25% from 255 or 44.41% from 322); Blue value is 38 (15.23% from 255 or 11.80% from 322); Max value from RGB is 143 - color contains mainly: green. Hex color #8D8F26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D8F26 is #7270D9. Grayscale: #828282. Windows color (decimal): -7499994 or 2527117. OLE color: 2527117.

HSL color Cylindrical-coordinate representation of color #8D8F26: hue angle of 61.14º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8D8F26 is Cyan = 0.01, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.44.

Color convert

RGB 141 143 38 -
CMYK 0.01 0 0.73 0.44
HSL 61.14º 0.58% 0.35% -
HSV(B) 61.14º 0.73% 0.56% -
XYZ 21.16 25.45 5.63 -
YUV 130.43 75.84 135.54 -
System Red Green Blue C M Y K H S L
Decimal 141 143 38 0.01 0 0.73 0.44 61.14 0.58 0.35
Hex 8D 8F 26 1 0 49 2C 3D 3A 23
Octal 215 217 46 1 0 111 54 75 72 43
Binary 10001101 10001111 100110 1 0 1001001 101100 111101 111010 100011

Color Harmonies of #8D8F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D8F26

Black with #8D8F26

Text Example


Text Example

White with #8D8F26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,143,38); }

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

background-color css

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

 a { background-color: rgb(141,143,38); }

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

border-color css

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

 span { border-color: rgb(141,143,38); }

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