Html Css Color HEX #88A203 Citrus

📋 copy color: '#88A203'

red 136 ◦ green 162 ◦ blue 3

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

Shades of Citrus #88A203

Tints of Citrus #88A203

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1%

R = 45.18%
G = 53.82%
B = 1%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#88A203 (or 0x88A203) is known color: Citrus. HEX triplet: 88, A2 and 03. RGB value is (136,162,3). Sum of RGB (Red+Green+Blue) = 136+162+3=301 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.18% from 301); Green value is 162 (63.67% from 255 or 53.82% from 301); Blue value is 3 (1.56% from 255 or 1.00% from 301); Max value from RGB is 162 - color contains mainly: green. Hex color #88A203 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #88A203 is #775DFC. Grayscale: #888888. Windows color (decimal): -7822845 or 238216. OLE color: 238216.

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

Color convert

RGB 136 162 3 -
CMYK 0.16 0 0.98 0.36
HSL 69.81º 0.96% 0.32% -
HSV(B) 69.81º 0.98% 0.64% -
XYZ 23.09 31.08 4.87 -
YUV 136.1 52.89 127.93 -
System Red Green Blue C M Y K H S L
Decimal 136 162 3 0.16 0 0.98 0.36 69.81 0.96 0.32
Hex 88 A2 3 10 0 62 24 46 60 20
Octal 210 242 3 20 0 142 44 106 140 40
Binary 10001000 10100010 11 10000 0 1100010 100100 1000110 1100000 100000

Color Harmonies of #88A203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A203

Black with #88A203

Text Example


Text Example

White with #88A203

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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