Html Css Color HEX #88A30E Citron

📋 copy color: '#88A30E'

red 136 ◦ green 163 ◦ blue 14

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

Shades of Citron #88A30E

Tints of Citron #88A30E

RGB

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

 GREEN value IS 163 (64.06% from 255) = 52.08%

 BLUE value IS 14 (5.86% from 255) = 4.47%

R = 43.45%
G = 52.08%
B = 4.47%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#88A30E (or 0x88A30E) is known color: Citron. HEX triplet: 88, A3 and 0E. RGB value is (136,163,14). Sum of RGB (Red+Green+Blue) = 136+163+14=313 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.45% from 313); Green value is 163 (64.06% from 255 or 52.08% from 313); Blue value is 14 (5.86% from 255 or 4.47% from 313); Max value from RGB is 163 - color contains mainly: green. Hex color #88A30E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #88A30E is #775CF1. Grayscale: #8A8A8A. Windows color (decimal): -7822578 or 959368. OLE color: 959368.

HSL color Cylindrical-coordinate representation of color #88A30E: hue angle of 70.87º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #88A30E is Cyan = 0.17, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB 136 163 14 -
CMYK 0.17 0 0.91 0.36
HSL 70.87º 0.84% 0.35% -
HSV(B) 70.87º 0.91% 0.64% -
XYZ 23.33 31.46 5.26 -
YUV 137.94 58.05 126.62 -
System Red Green Blue C M Y K H S L
Decimal 136 163 14 0.17 0 0.91 0.36 70.87 0.84 0.35
Hex 88 A3 E 11 0 5B 24 47 54 23
Octal 210 243 16 21 0 133 44 107 124 43
Binary 10001000 10100011 1110 10001 0 1011011 100100 1000111 1010100 100011

Color Harmonies of #88A30E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A30E

Black with #88A30E

Text Example


Text Example

White with #88A30E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,163,14); }

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

background-color css

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

 a { background-color: rgb(136,163,14); }

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

border-color css

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

 span { border-color: rgb(136,163,14); }

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