Html Css Color HEX #88930C Citron

📋 copy color: '#88930C'

red 136 ◦ green 147 ◦ blue 12

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

Shades of Citron #88930C

Tints of Citron #88930C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 49.83%

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

R = 46.1%
G = 49.83%
B = 4.07%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.92

 K value IS 0.42

RGB Variations

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

Color information

#88930C (or 0x88930C) is known color: Citron. HEX triplet: 88, 93 and 0C. RGB value is (136,147,12). Sum of RGB (Red+Green+Blue) = 136+147+12=295 (39% of max value = 765). Red value is 136 (53.52% from 255 or 46.10% from 295); Green value is 147 (57.81% from 255 or 49.83% from 295); Blue value is 12 (5.08% from 255 or 4.07% from 295); Max value from RGB is 147 - color contains mainly: green. Hex color #88930C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #88930C is #776CF3. Grayscale: #808080. Windows color (decimal): -7826676 or 824200. OLE color: 824200.

HSL color Cylindrical-coordinate representation of color #88930C: hue angle of 64.89º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #88930C is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB 136 147 12 -
CMYK 0.07 0 0.92 0.42
HSL 64.89º 0.85% 0.31% -
HSV(B) 64.89º 0.92% 0.58% -
XYZ 20.65 26.13 4.3 -
YUV 128.32 62.36 133.48 -
System Red Green Blue C M Y K H S L
Decimal 136 147 12 0.07 0 0.92 0.42 64.89 0.85 0.31
Hex 88 93 C 7 0 5C 2A 41 55 1F
Octal 210 223 14 7 0 134 52 101 125 37
Binary 10001000 10010011 1100 111 0 1011100 101010 1000001 1010101 11111

Color Harmonies of #88930C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88930C

Black with #88930C

Text Example


Text Example

White with #88930C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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