Html Css Color HEX #88A613 Citron

📋 copy color: '#88A613'

red 136 ◦ green 166 ◦ blue 19

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

Shades of Citron #88A613

Tints of Citron #88A613

RGB

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

 GREEN value IS 166 (65.23% from 255) = 51.71%

 BLUE value IS 19 (7.81% from 255) = 5.92%

R = 42.37%
G = 51.71%
B = 5.92%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#88A613 (or 0x88A613) is known color: Citron. HEX triplet: 88, A6 and 13. RGB value is (136,166,19). Sum of RGB (Red+Green+Blue) = 136+166+19=321 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.37% from 321); Green value is 166 (65.23% from 255 or 51.71% from 321); Blue value is 19 (7.81% from 255 or 5.92% from 321); Max value from RGB is 166 - color contains mainly: green. Hex color #88A613 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #88A613 is #7759EC. Grayscale: #8C8C8C. Windows color (decimal): -7821805 or 1287816. OLE color: 1287816.

HSL color Cylindrical-coordinate representation of color #88A613: hue angle of 72.24º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #88A613 is Cyan = 0.18, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB 136 166 19 -
CMYK 0.18 0 0.89 0.35
HSL 72.24º 0.79% 0.36% -
HSV(B) 72.24º 0.89% 0.65% -
XYZ 23.91 32.55 5.64 -
YUV 140.27 59.56 124.95 -
System Red Green Blue C M Y K H S L
Decimal 136 166 19 0.18 0 0.89 0.35 72.24 0.79 0.36
Hex 88 A6 13 12 0 59 23 48 4F 24
Octal 210 246 23 22 0 131 43 110 117 44
Binary 10001000 10100110 10011 10010 0 1011001 100011 1001000 1001111 100100

Color Harmonies of #88A613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A613

Black with #88A613

Text Example


Text Example

White with #88A613

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,166,19); }

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

background-color css

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

 a { background-color: rgb(136,166,19); }

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

border-color css

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

 span { border-color: rgb(136,166,19); }

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