Html Css Color HEX #88A001 Citron

📋 copy color: '#88A001'

red 136 ◦ green 160 ◦ blue 1

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

Shades of Citron #88A001

Tints of Citron #88A001

RGB

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

 GREEN value IS 160 (62.89% from 255) = 53.87%

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

R = 45.79%
G = 53.87%
B = 0.34%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#88A001 (or 0x88A001) is known color: Citron. HEX triplet: 88, A0 and 01. RGB value is (136,160,1). Sum of RGB (Red+Green+Blue) = 136+160+1=297 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.79% from 297); Green value is 160 (62.89% from 255 or 53.87% from 297); Blue value is 1 (0.78% from 255 or 0.34% from 297); Max value from RGB is 160 - color contains mainly: green. Hex color #88A001 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #88A001 is #775FFE. Grayscale: #878787. Windows color (decimal): -7823359 or 106632. OLE color: 106632.

HSL color Cylindrical-coordinate representation of color #88A001: hue angle of 69.06º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #88A001 is Cyan = 0.15, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.37.

Color convert

RGB 136 160 1 -
CMYK 0.15 0 0.99 0.37
HSL 69.06º 0.99% 0.32% -
HSV(B) 69.06º 0.99% 0.63% -
XYZ 22.73 30.38 4.69 -
YUV 134.7 52.55 128.93 -
System Red Green Blue C M Y K H S L
Decimal 136 160 1 0.15 0 0.99 0.37 69.06 0.99 0.32
Hex 88 A0 1 F 0 63 25 45 63 20
Octal 210 240 1 17 0 143 45 105 143 40
Binary 10001000 10100000 1 1111 0 1100011 100101 1000101 1100011 100000

Color Harmonies of #88A001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A001

Black with #88A001

Text Example


Text Example

White with #88A001

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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