Html Css Color HEX #88950D Citron

📋 copy color: '#88950D'

red 136 ◦ green 149 ◦ blue 13

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

Shades of Citron #88950D

Tints of Citron #88950D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 50%

 BLUE value IS 13 (5.47% from 255) = 4.36%

R = 45.64%
G = 50%
B = 4.36%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#88950D (or 0x88950D) is known color: Citron. HEX triplet: 88, 95 and 0D. RGB value is (136,149,13). Sum of RGB (Red+Green+Blue) = 136+149+13=298 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.64% from 298); Green value is 149 (58.59% from 255 or 50% from 298); Blue value is 13 (5.47% from 255 or 4.36% from 298); Max value from RGB is 149 - color contains mainly: green. Hex color #88950D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #88950D is #776AF2. Grayscale: #828282. Windows color (decimal): -7826163 or 890248. OLE color: 890248.

HSL color Cylindrical-coordinate representation of color #88950D: hue angle of 65.74º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #88950D is Cyan = 0.09, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 136 149 13 -
CMYK 0.09 0 0.91 0.42
HSL 65.74º 0.84% 0.32% -
HSV(B) 65.74º 0.91% 0.58% -
XYZ 20.97 26.76 4.44 -
YUV 129.61 62.19 132.56 -
System Red Green Blue C M Y K H S L
Decimal 136 149 13 0.09 0 0.91 0.42 65.74 0.84 0.32
Hex 88 95 D 9 0 5B 2A 42 54 20
Octal 210 225 15 11 0 133 52 102 124 40
Binary 10001000 10010101 1101 1001 0 1011011 101010 1000010 1010100 100000

Color Harmonies of #88950D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88950D

Black with #88950D

Text Example


Text Example

White with #88950D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88950D; }

 p { color: rgb(136,149,13); }

 H1.HeaderClassName
 {
   color: #88950D;
 }
 .AnyTagClassName
 {
   color: #88950D;
 }
</style>

background-color css

<style>
 a { background-color: #88950D; }

 a { background-color: rgb(136,149,13); }

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

border-color css

<style>
 span { border-color: #88950D; }

 span { border-color: rgb(136,149,13); }

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