Html Css Color HEX #88A00F Citron

📋 copy color: '#88A00F'

red 136 ◦ green 160 ◦ blue 15

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

Shades of Citron #88A00F

Tints of Citron #88A00F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.82%

R = 43.73%
G = 51.45%
B = 4.82%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#88A00F (or 0x88A00F) is known color: Citron. HEX triplet: 88, A0 and 0F. RGB value is (136,160,15). Sum of RGB (Red+Green+Blue) = 136+160+15=311 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.73% from 311); Green value is 160 (62.89% from 255 or 51.45% from 311); Blue value is 15 (6.25% from 255 or 4.82% from 311); Max value from RGB is 160 - color contains mainly: green. Hex color #88A00F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #88A00F is #775FF0. Grayscale: #888888. Windows color (decimal): -7823345 or 1024136. OLE color: 1024136.

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

Color convert

RGB 136 160 15 -
CMYK 0.15 0 0.91 0.37
HSL 69.93º 0.83% 0.34% -
HSV(B) 69.93º 0.91% 0.63% -
XYZ 22.81 30.41 5.12 -
YUV 136.29 59.55 127.79 -
System Red Green Blue C M Y K H S L
Decimal 136 160 15 0.15 0 0.91 0.37 69.93 0.83 0.34
Hex 88 A0 F F 0 5B 25 46 53 22
Octal 210 240 17 17 0 133 45 106 123 42
Binary 10001000 10100000 1111 1111 0 1011011 100101 1000110 1010011 100010

Color Harmonies of #88A00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A00F

Black with #88A00F

Text Example


Text Example

White with #88A00F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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