Html Css Color HEX #88960B Citron

📋 copy color: '#88960B'

red 136 ◦ green 150 ◦ blue 11

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

Shades of Citron #88960B

Tints of Citron #88960B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.7%

R = 45.79%
G = 50.51%
B = 3.7%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#88960B (or 0x88960B) is known color: Citron. HEX triplet: 88, 96 and 0B. RGB value is (136,150,11). Sum of RGB (Red+Green+Blue) = 136+150+11=297 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.79% from 297); Green value is 150 (58.98% from 255 or 50.51% from 297); Blue value is 11 (4.69% from 255 or 3.70% from 297); Max value from RGB is 150 - color contains mainly: green. Hex color #88960B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #88960B is #7769F4. Grayscale: #828282. Windows color (decimal): -7825909 or 759432. OLE color: 759432.

HSL color Cylindrical-coordinate representation of color #88960B: hue angle of 66.04º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #88960B is Cyan = 0.09, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 136 150 11 -
CMYK 0.09 0 0.93 0.41
HSL 66.04º 0.86% 0.32% -
HSV(B) 66.04º 0.93% 0.59% -
XYZ 21.12 27.07 4.43 -
YUV 129.97 60.86 132.3 -
System Red Green Blue C M Y K H S L
Decimal 136 150 11 0.09 0 0.93 0.41 66.04 0.86 0.32
Hex 88 96 B 9 0 5D 29 42 56 20
Octal 210 226 13 11 0 135 51 102 126 40
Binary 10001000 10010110 1011 1001 0 1011101 101001 1000010 1010110 100000

Color Harmonies of #88960B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88960B

Black with #88960B

Text Example


Text Example

White with #88960B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88960B; }

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

 H1.HeaderClassName
 {
   color: #88960B;
 }
 .AnyTagClassName
 {
   color: #88960B;
 }
</style>

background-color css

<style>
 a { background-color: #88960B; }

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

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

border-color css

<style>
 span { border-color: #88960B; }

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

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