Html Css Color HEX #88981E Citron

📋 copy color: '#88981E'

red 136 ◦ green 152 ◦ blue 30

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

Shades of Citron #88981E

Tints of Citron #88981E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 47.8%

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

R = 42.77%
G = 47.8%
B = 9.43%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.80

 K value IS 0.40

RGB Variations

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

Color information

#88981E (or 0x88981E) is known color: Citron. HEX triplet: 88, 98 and 1E. RGB value is (136,152,30). Sum of RGB (Red+Green+Blue) = 136+152+30=318 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.77% from 318); Green value is 152 (59.77% from 255 or 47.80% from 318); Blue value is 30 (12.11% from 255 or 9.43% from 318); Max value from RGB is 152 - color contains mainly: green. Hex color #88981E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88981E is #7767E1. Grayscale: #858585. Windows color (decimal): -7825378 or 2005128. OLE color: 2005128.

HSL color Cylindrical-coordinate representation of color #88981E: hue angle of 67.87º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #88981E is Cyan = 0.11, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.40.

Color convert

RGB 136 152 30 -
CMYK 0.11 0 0.80 0.40
HSL 67.87º 0.67% 0.36% -
HSV(B) 67.87º 0.8% 0.6% -
XYZ 21.62 27.78 5.45 -
YUV 133.31 69.7 129.92 -
System Red Green Blue C M Y K H S L
Decimal 136 152 30 0.11 0 0.80 0.40 67.87 0.67 0.36
Hex 88 98 1E B 0 50 28 44 43 24
Octal 210 230 36 13 0 120 50 104 103 44
Binary 10001000 10011000 11110 1011 0 1010000 101000 1000100 1000011 100100

Color Harmonies of #88981E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88981E

Black with #88981E

Text Example


Text Example

White with #88981E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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