Html Css Color HEX #88980E Citron

📋 copy color: '#88980E'

red 136 ◦ green 152 ◦ blue 14

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

Shades of Citron #88980E

Tints of Citron #88980E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 50.33%

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

R = 45.03%
G = 50.33%
B = 4.64%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.91

 K value IS 0.40

RGB Variations

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

Color information

#88980E (or 0x88980E) is known color: Citron. HEX triplet: 88, 98 and 0E. RGB value is (136,152,14). Sum of RGB (Red+Green+Blue) = 136+152+14=302 (40% of max value = 765). Red value is 136 (53.52% from 255 or 45.03% from 302); Green value is 152 (59.77% from 255 or 50.33% from 302); Blue value is 14 (5.86% from 255 or 4.64% from 302); Max value from RGB is 152 - color contains mainly: green. Hex color #88980E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #88980E is #7767F1. Grayscale: #848484. Windows color (decimal): -7825394 or 956552. OLE color: 956552.

HSL color Cylindrical-coordinate representation of color #88980E: hue angle of 66.96º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #88980E is Cyan = 0.11, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.40.

Color convert

RGB 136 152 14 -
CMYK 0.11 0 0.91 0.40
HSL 66.96º 0.83% 0.33% -
HSV(B) 66.96º 0.91% 0.6% -
XYZ 21.46 27.72 4.64 -
YUV 131.48 61.7 131.22 -
System Red Green Blue C M Y K H S L
Decimal 136 152 14 0.11 0 0.91 0.40 66.96 0.83 0.33
Hex 88 98 E B 0 5B 28 43 53 21
Octal 210 230 16 13 0 133 50 103 123 41
Binary 10001000 10011000 1110 1011 0 1011011 101000 1000011 1010011 100001

Color Harmonies of #88980E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88980E

Black with #88980E

Text Example


Text Example

White with #88980E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88980E; }

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

 H1.HeaderClassName
 {
   color: #88980E;
 }
 .AnyTagClassName
 {
   color: #88980E;
 }
</style>

background-color css

<style>
 a { background-color: #88980E; }

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

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

border-color css

<style>
 span { border-color: #88980E; }

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

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