Html Css Color HEX #88961E Citron

📋 copy color: '#88961E'

red 136 ◦ green 150 ◦ blue 30

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

Shades of Citron #88961E

Tints of Citron #88961E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 47.47%

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

R = 43.04%
G = 47.47%
B = 9.49%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.80

 K value IS 0.41

RGB Variations

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

Color information

#88961E (or 0x88961E) is known color: Citron. HEX triplet: 88, 96 and 1E. RGB value is (136,150,30). Sum of RGB (Red+Green+Blue) = 136+150+30=316 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.04% from 316); Green value is 150 (58.98% from 255 or 47.47% from 316); Blue value is 30 (12.11% from 255 or 9.49% from 316); Max value from RGB is 150 - color contains mainly: green. Hex color #88961E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88961E is #7769E1. Grayscale: #848484. Windows color (decimal): -7825890 or 2004616. OLE color: 2004616.

HSL color Cylindrical-coordinate representation of color #88961E: hue angle of 67º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #88961E is Cyan = 0.09, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.41.

Color convert

RGB 136 150 30 -
CMYK 0.09 0 0.80 0.41
HSL 67º 0.67% 0.35% -
HSV(B) 67º 0.8% 0.59% -
XYZ 21.29 27.14 5.34 -
YUV 132.13 70.36 130.76 -
System Red Green Blue C M Y K H S L
Decimal 136 150 30 0.09 0 0.80 0.41 67 0.67 0.35
Hex 88 96 1E 9 0 50 29 43 43 23
Octal 210 226 36 11 0 120 51 103 103 43
Binary 10001000 10010110 11110 1001 0 1010000 101001 1000011 1000011 100011

Color Harmonies of #88961E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88961E

Black with #88961E

Text Example


Text Example

White with #88961E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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