Html Css Color HEX #87980F Citron

📋 copy color: '#87980F'

red 135 ◦ green 152 ◦ blue 15

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

Shades of Citron #87980F

Tints of Citron #87980F

RGB

 RED value IS 135 (53.13% from 255) = 44.7%

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

 BLUE value IS 15 (6.25% from 255) = 4.97%

R = 44.7%
G = 50.33%
B = 4.97%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#87980F (or 0x87980F) is known color: Citron. HEX triplet: 87, 98 and 0F. RGB value is (135,152,15). Sum of RGB (Red+Green+Blue) = 135+152+15=302 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.70% from 302); Green value is 152 (59.77% from 255 or 50.33% from 302); Blue value is 15 (6.25% from 255 or 4.97% from 302); Max value from RGB is 152 - color contains mainly: green. Hex color #87980F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #87980F is #7867F0. Grayscale: #838383. Windows color (decimal): -7890929 or 1022087. OLE color: 1022087.

HSL color Cylindrical-coordinate representation of color #87980F: hue angle of 67.45º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #87980F is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.40.

Color convert

RGB 135 152 15 -
CMYK 0.11 0 0.90 0.40
HSL 67.45º 0.82% 0.33% -
HSV(B) 67.45º 0.9% 0.6% -
XYZ 21.31 27.64 4.66 -
YUV 131.3 62.37 130.64 -
System Red Green Blue C M Y K H S L
Decimal 135 152 15 0.11 0 0.90 0.40 67.45 0.82 0.33
Hex 87 98 F B 0 5A 28 43 52 21
Octal 207 230 17 13 0 132 50 103 122 41
Binary 10000111 10011000 1111 1011 0 1011010 101000 1000011 1010010 100001

Color Harmonies of #87980F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87980F

Black with #87980F

Text Example


Text Example

White with #87980F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87980F; }

 p { color: rgb(135,152,15); }

 H1.HeaderClassName
 {
   color: #87980F;
 }
 .AnyTagClassName
 {
   color: #87980F;
 }
</style>

background-color css

<style>
 a { background-color: #87980F; }

 a { background-color: rgb(135,152,15); }

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

border-color css

<style>
 span { border-color: #87980F; }

 span { border-color: rgb(135,152,15); }

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