Html Css Color HEX #8F9525 Citron

📋 copy color: '#8F9525'

red 143 ◦ green 149 ◦ blue 37

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

Shades of Citron #8F9525

Tints of Citron #8F9525

RGB

 RED value IS 143 (56.25% from 255) = 43.47%

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

 BLUE value IS 37 (14.84% from 255) = 11.25%

R = 43.47%
G = 45.29%
B = 11.25%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.75

 K value IS 0.42

RGB Variations

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

Color information

#8F9525 (or 0x8F9525) is known color: Citron. HEX triplet: 8F, 95 and 25. RGB value is (143,149,37). Sum of RGB (Red+Green+Blue) = 143+149+37=329 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.47% from 329); Green value is 149 (58.59% from 255 or 45.29% from 329); Blue value is 37 (14.84% from 255 or 11.25% from 329); Max value from RGB is 149 - color contains mainly: green. Hex color #8F9525 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F9525 is #706ADA. Grayscale: #868686. Windows color (decimal): -7367387 or 2463119. OLE color: 2463119.

HSL color Cylindrical-coordinate representation of color #8F9525: hue angle of 63.21º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8F9525 is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.42.

Color convert

RGB 143 149 37 -
CMYK 0.04 0 0.75 0.42
HSL 63.21º 0.6% 0.36% -
HSV(B) 63.21º 0.75% 0.58% -
XYZ 22.41 27.47 5.87 -
YUV 134.44 73.01 134.11 -
System Red Green Blue C M Y K H S L
Decimal 143 149 37 0.04 0 0.75 0.42 63.21 0.6 0.36
Hex 8F 95 25 4 0 4B 2A 3F 3C 24
Octal 217 225 45 4 0 113 52 77 74 44
Binary 10001111 10010101 100101 100 0 1001011 101010 111111 111100 100100

Color Harmonies of #8F9525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9525

Black with #8F9525

Text Example


Text Example

White with #8F9525

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,149,37); }

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

background-color css

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

 a { background-color: rgb(143,149,37); }

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

border-color css

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

 span { border-color: rgb(143,149,37); }

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