Html Css Color HEX #88A00B Citron

📋 copy color: '#88A00B'

red 136 ◦ green 160 ◦ blue 11

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

Shades of Citron #88A00B

Tints of Citron #88A00B

RGB

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

 GREEN value IS 160 (62.89% from 255) = 52.12%

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

R = 44.3%
G = 52.12%
B = 3.58%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.93

 K value IS 0.37

RGB Variations

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

Color information

#88A00B (or 0x88A00B) is known color: Citron. HEX triplet: 88, A0 and 0B. RGB value is (136,160,11). Sum of RGB (Red+Green+Blue) = 136+160+11=307 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.30% from 307); Green value is 160 (62.89% from 255 or 52.12% from 307); Blue value is 11 (4.69% from 255 or 3.58% from 307); Max value from RGB is 160 - color contains mainly: green. Hex color #88A00B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #88A00B is #775FF4. Grayscale: #888888. Windows color (decimal): -7823349 or 761992. OLE color: 761992.

HSL color Cylindrical-coordinate representation of color #88A00B: hue angle of 69.66º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #88A00B is Cyan = 0.15, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.37.

Color convert

RGB 136 160 11 -
CMYK 0.15 0 0.93 0.37
HSL 69.66º 0.87% 0.34% -
HSV(B) 69.66º 0.93% 0.63% -
XYZ 22.78 30.4 4.98 -
YUV 135.84 57.55 128.12 -
System Red Green Blue C M Y K H S L
Decimal 136 160 11 0.15 0 0.93 0.37 69.66 0.87 0.34
Hex 88 A0 B F 0 5D 25 46 57 22
Octal 210 240 13 17 0 135 45 106 127 42
Binary 10001000 10100000 1011 1111 0 1011101 100101 1000110 1010111 100010

Color Harmonies of #88A00B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A00B

Black with #88A00B

Text Example


Text Example

White with #88A00B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88A00B; }

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

 H1.HeaderClassName
 {
   color: #88A00B;
 }
 .AnyTagClassName
 {
   color: #88A00B;
 }
</style>

background-color css

<style>
 a { background-color: #88A00B; }

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

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

border-color css

<style>
 span { border-color: #88A00B; }

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

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