Html Css Color HEX #88BA03 Citrus

📋 copy color: '#88BA03'

red 136 ◦ green 186 ◦ blue 3

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

Shades of Citrus #88BA03

Tints of Citrus #88BA03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.92%

R = 41.85%
G = 57.23%
B = 0.92%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#88BA03 (or 0x88BA03) is known color: Citrus. HEX triplet: 88, BA and 03. RGB value is (136,186,3). Sum of RGB (Red+Green+Blue) = 136+186+3=325 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.85% from 325); Green value is 186 (73.05% from 255 or 57.23% from 325); Blue value is 3 (1.56% from 255 or 0.92% from 325); Max value from RGB is 186 - color contains mainly: green. Hex color #88BA03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88BA03 is #7745FC. Grayscale: #969696. Windows color (decimal): -7816701 or 244360. OLE color: 244360.

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

Color convert

RGB 136 186 3 -
CMYK 0.27 0 0.98 0.27
HSL 76.39º 0.97% 0.37% -
HSV(B) 76.39º 0.98% 0.73% -
XYZ 27.73 40.36 6.41 -
YUV 150.19 44.94 117.88 -
System Red Green Blue C M Y K H S L
Decimal 136 186 3 0.27 0 0.98 0.27 76.39 0.97 0.37
Hex 88 BA 3 1B 0 62 1B 4C 61 25
Octal 210 272 3 33 0 142 33 114 141 45
Binary 10001000 10111010 11 11011 0 1100010 11011 1001100 1100001 100101

Color Harmonies of #88BA03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88BA03

Black with #88BA03

Text Example


Text Example

White with #88BA03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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