Html Css Color HEX #88BA00 Citrus

📋 copy color: '#88BA00'

red 136 ◦ green 186 ◦ blue 0

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

Shades of Citrus #88BA00

Tints of Citrus #88BA00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 42.24%
G = 57.76%
B = 0%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#88BA00 (or 0x88BA00) is known color: Citrus. HEX triplet: 88, BA and 00. RGB value is (136,186,0). Sum of RGB (Red+Green+Blue) = 136+186+0=322 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.24% from 322); Green value is 186 (73.05% from 255 or 57.76% from 322); Blue value is 0 (0.39% from 255 or 0% from 322); Max value from RGB is 186 - color contains mainly: green. Hex color #88BA00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88BA00 is #7745FF. Grayscale: #969696. Windows color (decimal): -7816704 or 47752. OLE color: 47752.

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

Color convert

RGB 136 186 0 -
CMYK 0.27 0 1 0.27
HSL 76.13º 1% 0.36% -
HSV(B) 76.13º 1% 0.73% -
XYZ 27.71 40.35 6.33 -
YUV 149.85 43.44 118.12 -
System Red Green Blue C M Y K H S L
Decimal 136 186 0 0.27 0 1 0.27 76.13 1 0.36
Hex 88 BA 0 1B 0 64 1B 4C 64 24
Octal 210 272 0 33 0 144 33 114 144 44
Binary 10001000 10111010 0 11011 0 1100100 11011 1001100 1100100 100100

Color Harmonies of #88BA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88BA00

Black with #88BA00

Text Example


Text Example

White with #88BA00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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