Html Css Color HEX #88981F Citron

📋 copy color: '#88981F'

red 136 ◦ green 152 ◦ blue 31

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

Shades of Citron #88981F

Tints of Citron #88981F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.72%

R = 42.63%
G = 47.65%
B = 9.72%

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

#88981F (or 0x88981F) is known color: Citron. HEX triplet: 88, 98 and 1F. RGB value is (136,152,31). Sum of RGB (Red+Green+Blue) = 136+152+31=319 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.63% from 319); Green value is 152 (59.77% from 255 or 47.65% from 319); Blue value is 31 (12.5% from 255 or 9.72% from 319); Max value from RGB is 152 - color contains mainly: green. Hex color #88981F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88981F is #7767E0. Grayscale: #858585. Windows color (decimal): -7825377 or 2070664. OLE color: 2070664.

HSL color Cylindrical-coordinate representation of color #88981F: hue angle of 67.93º degrees, saturation: 0.66, 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 #88981F is Cyan = 0.11, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.40.

Color convert

RGB 136 152 31 -
CMYK 0.11 0 0.80 0.40
HSL 67.93º 0.66% 0.36% -
HSV(B) 67.93º 0.8% 0.6% -
XYZ 21.63 27.79 5.52 -
YUV 133.42 70.2 129.84 -
System Red Green Blue C M Y K H S L
Decimal 136 152 31 0.11 0 0.80 0.40 67.93 0.66 0.36
Hex 88 98 1F B 0 50 28 44 42 24
Octal 210 230 37 13 0 120 50 104 102 44
Binary 10001000 10011000 11111 1011 0 1010000 101000 1000100 1000010 100100

Color Harmonies of #88981F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88981F

Black with #88981F

Text Example


Text Example

White with #88981F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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