Html Css Color HEX #88940D Citron

📋 copy color: '#88940D'

red 136 ◦ green 148 ◦ blue 13

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

Shades of Citron #88940D

Tints of Citron #88940D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 49.83%

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

R = 45.79%
G = 49.83%
B = 4.38%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#88940D (or 0x88940D) is known color: Citron. HEX triplet: 88, 94 and 0D. RGB value is (136,148,13). Sum of RGB (Red+Green+Blue) = 136+148+13=297 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.79% from 297); Green value is 148 (58.20% from 255 or 49.83% from 297); Blue value is 13 (5.47% from 255 or 4.38% from 297); Max value from RGB is 148 - color contains mainly: green. Hex color #88940D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #88940D is #776BF2. Grayscale: #818181. Windows color (decimal): -7826419 or 889992. OLE color: 889992.

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

Color convert

RGB 136 148 13 -
CMYK 0.08 0 0.91 0.42
HSL 65.33º 0.84% 0.32% -
HSV(B) 65.33º 0.91% 0.58% -
XYZ 20.82 26.44 4.39 -
YUV 129.02 62.52 132.98 -
System Red Green Blue C M Y K H S L
Decimal 136 148 13 0.08 0 0.91 0.42 65.33 0.84 0.32
Hex 88 94 D 8 0 5B 2A 41 54 20
Octal 210 224 15 10 0 133 52 101 124 40
Binary 10001000 10010100 1101 1000 0 1011011 101010 1000001 1010100 100000

Color Harmonies of #88940D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88940D

Black with #88940D

Text Example


Text Example

White with #88940D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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