Html Css Color HEX #88941E Citron

📋 copy color: '#88941E'

red 136 ◦ green 148 ◦ blue 30

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

Shades of Citron #88941E

Tints of Citron #88941E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.55%

R = 43.31%
G = 47.13%
B = 9.55%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#88941E (or 0x88941E) is known color: Citron. HEX triplet: 88, 94 and 1E. RGB value is (136,148,30). Sum of RGB (Red+Green+Blue) = 136+148+30=314 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.31% from 314); Green value is 148 (58.20% from 255 or 47.13% from 314); Blue value is 30 (12.11% from 255 or 9.55% from 314); Max value from RGB is 148 - color contains mainly: green. Hex color #88941E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88941E is #776BE1. Grayscale: #838383. Windows color (decimal): -7826402 or 2004104. OLE color: 2004104.

HSL color Cylindrical-coordinate representation of color #88941E: hue angle of 66.1º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #88941E is Cyan = 0.08, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 136 148 30 -
CMYK 0.08 0 0.80 0.42
HSL 66.1º 0.66% 0.35% -
HSV(B) 66.1º 0.8% 0.58% -
XYZ 20.98 26.51 5.24 -
YUV 130.96 71.02 131.59 -
System Red Green Blue C M Y K H S L
Decimal 136 148 30 0.08 0 0.80 0.42 66.1 0.66 0.35
Hex 88 94 1E 8 0 50 2A 42 42 23
Octal 210 224 36 10 0 120 52 102 102 43
Binary 10001000 10010100 11110 1000 0 1010000 101010 1000010 1000010 100011

Color Harmonies of #88941E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88941E

Black with #88941E

Text Example


Text Example

White with #88941E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88941E; }

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

 H1.HeaderClassName
 {
   color: #88941E;
 }
 .AnyTagClassName
 {
   color: #88941E;
 }
</style>

background-color css

<style>
 a { background-color: #88941E; }

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

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

border-color css

<style>
 span { border-color: #88941E; }

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

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