Html Css Color HEX #88980D Citron

📋 copy color: '#88980D'

red 136 ◦ green 152 ◦ blue 13

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

Shades of Citron #88980D

Tints of Citron #88980D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.32%

R = 45.18%
G = 50.5%
B = 4.32%

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

#88980D (or 0x88980D) is known color: Citron. HEX triplet: 88, 98 and 0D. RGB value is (136,152,13). Sum of RGB (Red+Green+Blue) = 136+152+13=301 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.18% from 301); Green value is 152 (59.77% from 255 or 50.50% from 301); Blue value is 13 (5.47% from 255 or 4.32% from 301); Max value from RGB is 152 - color contains mainly: green. Hex color #88980D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #88980D is #7767F2. Grayscale: #838383. Windows color (decimal): -7825395 or 891016. OLE color: 891016.

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

Color convert

RGB 136 152 13 -
CMYK 0.11 0 0.91 0.40
HSL 66.91º 0.84% 0.32% -
HSV(B) 66.91º 0.91% 0.6% -
XYZ 21.45 27.72 4.6 -
YUV 131.37 61.2 131.3 -
System Red Green Blue C M Y K H S L
Decimal 136 152 13 0.11 0 0.91 0.40 66.91 0.84 0.32
Hex 88 98 D B 0 5B 28 43 54 20
Octal 210 230 15 13 0 133 50 103 124 40
Binary 10001000 10011000 1101 1011 0 1011011 101000 1000011 1010100 100000

Color Harmonies of #88980D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88980D

Black with #88980D

Text Example


Text Example

White with #88980D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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