Html Css Color HEX #88A105 Citron

📋 copy color: '#88A105'

red 136 ◦ green 161 ◦ blue 5

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

Shades of Citron #88A105

Tints of Citron #88A105

RGB

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

 GREEN value IS 161 (63.28% from 255) = 53.31%

 BLUE value IS 5 (2.34% from 255) = 1.66%

R = 45.03%
G = 53.31%
B = 1.66%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.97

 K value IS 0.37

RGB Variations

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

Color information

#88A105 (or 0x88A105) is known color: Citron. HEX triplet: 88, A1 and 05. RGB value is (136,161,5). Sum of RGB (Red+Green+Blue) = 136+161+5=302 (40% of max value = 765). Red value is 136 (53.52% from 255 or 45.03% from 302); Green value is 161 (63.28% from 255 or 53.31% from 302); Blue value is 5 (2.34% from 255 or 1.66% from 302); Max value from RGB is 161 - color contains mainly: green. Hex color #88A105 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #88A105 is #775EFA. Grayscale: #888888. Windows color (decimal): -7823099 or 369032. OLE color: 369032.

HSL color Cylindrical-coordinate representation of color #88A105: hue angle of 69.62º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #88A105 is Cyan = 0.16, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.37.

Color convert

RGB 136 161 5 -
CMYK 0.16 0 0.97 0.37
HSL 69.62º 0.94% 0.33% -
HSV(B) 69.62º 0.97% 0.63% -
XYZ 22.93 30.73 4.87 -
YUV 135.74 54.22 128.18 -
System Red Green Blue C M Y K H S L
Decimal 136 161 5 0.16 0 0.97 0.37 69.62 0.94 0.33
Hex 88 A1 5 10 0 61 25 46 5E 21
Octal 210 241 5 20 0 141 45 106 136 41
Binary 10001000 10100001 101 10000 0 1100001 100101 1000110 1011110 100001

Color Harmonies of #88A105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A105

Black with #88A105

Text Example


Text Example

White with #88A105

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,161,5); }

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

background-color css

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

 a { background-color: rgb(136,161,5); }

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

border-color css

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

 span { border-color: rgb(136,161,5); }

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