Html Css Color HEX #88A50E Citron

📋 copy color: '#88A50E'

red 136 ◦ green 165 ◦ blue 14

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

Shades of Citron #88A50E

Tints of Citron #88A50E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 52.38%

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

R = 43.17%
G = 52.38%
B = 4.44%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#88A50E (or 0x88A50E) is known color: Citron. HEX triplet: 88, A5 and 0E. RGB value is (136,165,14). Sum of RGB (Red+Green+Blue) = 136+165+14=315 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.17% from 315); Green value is 165 (64.84% from 255 or 52.38% from 315); Blue value is 14 (5.86% from 255 or 4.44% from 315); Max value from RGB is 165 - color contains mainly: green. Hex color #88A50E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #88A50E is #775AF1. Grayscale: #8B8B8B. Windows color (decimal): -7822066 or 959880. OLE color: 959880.

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

Color convert

RGB 136 165 14 -
CMYK 0.18 0 0.92 0.35
HSL 71.52º 0.84% 0.35% -
HSV(B) 71.52º 0.92% 0.65% -
XYZ 23.69 32.18 5.38 -
YUV 139.12 57.39 125.78 -
System Red Green Blue C M Y K H S L
Decimal 136 165 14 0.18 0 0.92 0.35 71.52 0.84 0.35
Hex 88 A5 E 12 0 5C 23 48 54 23
Octal 210 245 16 22 0 134 43 110 124 43
Binary 10001000 10100101 1110 10010 0 1011100 100011 1001000 1010100 100011

Color Harmonies of #88A50E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A50E

Black with #88A50E

Text Example


Text Example

White with #88A50E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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