Html Css Color HEX #88A201 Citrus

📋 copy color: '#88A201'

red 136 ◦ green 162 ◦ blue 1

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

Shades of Citrus #88A201

Tints of Citrus #88A201

RGB

 RED value IS 136 (53.52% from 255) = 45.48%

 GREEN value IS 162 (63.67% from 255) = 54.18%

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

R = 45.48%
G = 54.18%
B = 0.33%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#88A201 (or 0x88A201) is known color: Citrus. HEX triplet: 88, A2 and 01. RGB value is (136,162,1). Sum of RGB (Red+Green+Blue) = 136+162+1=299 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.48% from 299); Green value is 162 (63.67% from 255 or 54.18% from 299); Blue value is 1 (0.78% from 255 or 0.33% from 299); Max value from RGB is 162 - color contains mainly: green. Hex color #88A201 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #88A201 is #775DFE. Grayscale: #888888. Windows color (decimal): -7822847 or 107144. OLE color: 107144.

HSL color Cylindrical-coordinate representation of color #88A201: hue angle of 69.69º 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 #88A201 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB 136 162 1 -
CMYK 0.16 0 0.99 0.36
HSL 69.69º 0.99% 0.32% -
HSV(B) 69.69º 0.99% 0.64% -
XYZ 23.08 31.08 4.81 -
YUV 135.87 51.89 128.09 -
System Red Green Blue C M Y K H S L
Decimal 136 162 1 0.16 0 0.99 0.36 69.69 0.99 0.32
Hex 88 A2 1 10 0 63 24 46 63 20
Octal 210 242 1 20 0 143 44 106 143 40
Binary 10001000 10100010 1 10000 0 1100011 100100 1000110 1100011 100000

Color Harmonies of #88A201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A201

Black with #88A201

Text Example


Text Example

White with #88A201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88A201; }

 p { color: rgb(136,162,1); }

 H1.HeaderClassName
 {
   color: #88A201;
 }
 .AnyTagClassName
 {
   color: #88A201;
 }
</style>

background-color css

<style>
 a { background-color: #88A201; }

 a { background-color: rgb(136,162,1); }

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

border-color css

<style>
 span { border-color: #88A201; }

 span { border-color: rgb(136,162,1); }

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