Html Css Color HEX #88980C Citron

📋 copy color: '#88980C'

red 136 ◦ green 152 ◦ blue 12

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

Shades of Citron #88980C

Tints of Citron #88980C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4%

R = 45.33%
G = 50.67%
B = 4%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.92

 K value IS 0.40

RGB Variations

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

Color information

#88980C (or 0x88980C) is known color: Citron. HEX triplet: 88, 98 and 0C. RGB value is (136,152,12). Sum of RGB (Red+Green+Blue) = 136+152+12=300 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.33% from 300); Green value is 152 (59.77% from 255 or 50.67% from 300); Blue value is 12 (5.08% from 255 or 4% from 300); Max value from RGB is 152 - color contains mainly: green. Hex color #88980C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #88980C is #7767F3. Grayscale: #838383. Windows color (decimal): -7825396 or 825480. OLE color: 825480.

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

Color convert

RGB 136 152 12 -
CMYK 0.11 0 0.92 0.40
HSL 66.86º 0.85% 0.32% -
HSV(B) 66.86º 0.92% 0.6% -
XYZ 21.45 27.72 4.57 -
YUV 131.26 60.7 131.38 -
System Red Green Blue C M Y K H S L
Decimal 136 152 12 0.11 0 0.92 0.40 66.86 0.85 0.32
Hex 88 98 C B 0 5C 28 43 55 20
Octal 210 230 14 13 0 134 50 103 125 40
Binary 10001000 10011000 1100 1011 0 1011100 101000 1000011 1010101 100000

Color Harmonies of #88980C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88980C

Black with #88980C

Text Example


Text Example

White with #88980C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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