Html Css Color HEX #88BA0F Citrus

📋 copy color: '#88BA0F'

red 136 ◦ green 186 ◦ blue 15

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

Shades of Citrus #88BA0F

Tints of Citrus #88BA0F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 55.19%

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

R = 40.36%
G = 55.19%
B = 4.45%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#88BA0F (or 0x88BA0F) is known color: Citrus. HEX triplet: 88, BA and 0F. RGB value is (136,186,15). Sum of RGB (Red+Green+Blue) = 136+186+15=337 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.36% from 337); Green value is 186 (73.05% from 255 or 55.19% from 337); Blue value is 15 (6.25% from 255 or 4.45% from 337); Max value from RGB is 186 - color contains mainly: green. Hex color #88BA0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88BA0F is #7745F0. Grayscale: #989898. Windows color (decimal): -7816689 or 1030792. OLE color: 1030792.

HSL color Cylindrical-coordinate representation of color #88BA0F: hue angle of 77.54º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #88BA0F is Cyan = 0.27, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB 136 186 15 -
CMYK 0.27 0 0.92 0.27
HSL 77.54º 0.85% 0.39% -
HSV(B) 77.54º 0.92% 0.73% -
XYZ 27.8 40.39 6.78 -
YUV 151.56 50.94 116.9 -
System Red Green Blue C M Y K H S L
Decimal 136 186 15 0.27 0 0.92 0.27 77.54 0.85 0.39
Hex 88 BA F 1B 0 5C 1B 4E 55 27
Octal 210 272 17 33 0 134 33 116 125 47
Binary 10001000 10111010 1111 11011 0 1011100 11011 1001110 1010101 100111

Color Harmonies of #88BA0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88BA0F

Black with #88BA0F

Text Example


Text Example

White with #88BA0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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