Html Css Color HEX #87A401 Citrus

📋 copy color: '#87A401'

red 135 ◦ green 164 ◦ blue 1

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

Shades of Citrus #87A401

Tints of Citrus #87A401

RGB

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

 GREEN value IS 164 (64.45% from 255) = 54.67%

 BLUE value IS 1 (0.78% from 255) = 0.33%

R = 45%
G = 54.67%
B = 0.33%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#87A401 (or 0x87A401) is known color: Citrus. HEX triplet: 87, A4 and 01. RGB value is (135,164,1). Sum of RGB (Red+Green+Blue) = 135+164+1=300 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45% from 300); Green value is 164 (64.45% from 255 or 54.67% from 300); Blue value is 1 (0.78% from 255 or 0.33% from 300); Max value from RGB is 164 - color contains mainly: green. Hex color #87A401 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #87A401 is #785BFE. Grayscale: #898989. Windows color (decimal): -7887871 or 107655. OLE color: 107655.

HSL color Cylindrical-coordinate representation of color #87A401: hue angle of 70.67º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #87A401 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB 135 164 1 -
CMYK 0.18 0 0.99 0.36
HSL 70.67º 0.99% 0.32% -
HSV(B) 70.67º 0.99% 0.64% -
XYZ 23.27 31.7 4.92 -
YUV 136.75 51.39 126.75 -
System Red Green Blue C M Y K H S L
Decimal 135 164 1 0.18 0 0.99 0.36 70.67 0.99 0.32
Hex 87 A4 1 12 0 63 24 47 63 20
Octal 207 244 1 22 0 143 44 107 143 40
Binary 10000111 10100100 1 10010 0 1100011 100100 1000111 1100011 100000

Color Harmonies of #87A401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87A401

Black with #87A401

Text Example


Text Example

White with #87A401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87A401; }

 p { color: rgb(135,164,1); }

 H1.HeaderClassName
 {
   color: #87A401;
 }
 .AnyTagClassName
 {
   color: #87A401;
 }
</style>

background-color css

<style>
 a { background-color: #87A401; }

 a { background-color: rgb(135,164,1); }

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

border-color css

<style>
 span { border-color: #87A401; }

 span { border-color: rgb(135,164,1); }

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