Html Css Color HEX #88940F Citron

📋 copy color: '#88940F'

red 136 ◦ green 148 ◦ blue 15

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

Shades of Citron #88940F

Tints of Citron #88940F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.02%

R = 45.48%
G = 49.5%
B = 5.02%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#88940F (or 0x88940F) is known color: Citron. HEX triplet: 88, 94 and 0F. RGB value is (136,148,15). Sum of RGB (Red+Green+Blue) = 136+148+15=299 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.48% from 299); Green value is 148 (58.20% from 255 or 49.50% from 299); Blue value is 15 (6.25% from 255 or 5.02% from 299); Max value from RGB is 148 - color contains mainly: green. Hex color #88940F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #88940F is #776BF0. Grayscale: #818181. Windows color (decimal): -7826417 or 1021064. OLE color: 1021064.

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

Color convert

RGB 136 148 15 -
CMYK 0.08 0 0.90 0.42
HSL 65.41º 0.82% 0.32% -
HSV(B) 65.41º 0.9% 0.58% -
XYZ 20.83 26.45 4.46 -
YUV 129.25 63.52 132.81 -
System Red Green Blue C M Y K H S L
Decimal 136 148 15 0.08 0 0.90 0.42 65.41 0.82 0.32
Hex 88 94 F 8 0 5A 2A 41 52 20
Octal 210 224 17 10 0 132 52 101 122 40
Binary 10001000 10010100 1111 1000 0 1011010 101010 1000001 1010010 100000

Color Harmonies of #88940F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88940F

Black with #88940F

Text Example


Text Example

White with #88940F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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