Html Css Color HEX #88A218 Citron

📋 copy color: '#88A218'

red 136 ◦ green 162 ◦ blue 24

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

Shades of Citron #88A218

Tints of Citron #88A218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.45%

R = 42.24%
G = 50.31%
B = 7.45%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#88A218 (or 0x88A218) is known color: Citron. HEX triplet: 88, A2 and 18. RGB value is (136,162,24). Sum of RGB (Red+Green+Blue) = 136+162+24=322 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.24% from 322); Green value is 162 (63.67% from 255 or 50.31% from 322); Blue value is 24 (9.77% from 255 or 7.45% from 322); Max value from RGB is 162 - color contains mainly: green. Hex color #88A218 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #88A218 is #775DE7. Grayscale: #8B8B8B. Windows color (decimal): -7822824 or 1614472. OLE color: 1614472.

HSL color Cylindrical-coordinate representation of color #88A218: hue angle of 71.3º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #88A218 is Cyan = 0.16, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB 136 162 24 -
CMYK 0.16 0 0.85 0.36
HSL 71.3º 0.74% 0.36% -
HSV(B) 71.3º 0.85% 0.64% -
XYZ 23.24 31.14 5.65 -
YUV 138.49 63.39 126.22 -
System Red Green Blue C M Y K H S L
Decimal 136 162 24 0.16 0 0.85 0.36 71.3 0.74 0.36
Hex 88 A2 18 10 0 55 24 47 4A 24
Octal 210 242 30 20 0 125 44 107 112 44
Binary 10001000 10100010 11000 10000 0 1010101 100100 1000111 1001010 100100

Color Harmonies of #88A218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A218

Black with #88A218

Text Example


Text Example

White with #88A218

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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