Html Css Color HEX #88B308 Citrus

📋 copy color: '#88B308'

red 136 ◦ green 179 ◦ blue 8

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

Shades of Citrus #88B308

Tints of Citrus #88B308

RGB

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

 GREEN value IS 179 (70.31% from 255) = 55.42%

 BLUE value IS 8 (3.52% from 255) = 2.48%

R = 42.11%
G = 55.42%
B = 2.48%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#88B308 (or 0x88B308) is known color: Citrus. HEX triplet: 88, B3 and 08. RGB value is (136,179,8). Sum of RGB (Red+Green+Blue) = 136+179+8=323 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.11% from 323); Green value is 179 (70.31% from 255 or 55.42% from 323); Blue value is 8 (3.52% from 255 or 2.48% from 323); Max value from RGB is 179 - color contains mainly: green. Hex color #88B308 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88B308 is #774CF7. Grayscale: #939393. Windows color (decimal): -7818488 or 570248. OLE color: 570248.

HSL color Cylindrical-coordinate representation of color #88B308: hue angle of 75.09º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #88B308 is Cyan = 0.24, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.30.

Color convert

RGB 136 179 8 -
CMYK 0.24 0 0.96 0.30
HSL 75.09º 0.91% 0.37% -
HSV(B) 75.09º 0.96% 0.7% -
XYZ 26.32 37.49 6.08 -
YUV 146.65 49.75 120.4 -
System Red Green Blue C M Y K H S L
Decimal 136 179 8 0.24 0 0.96 0.30 75.09 0.91 0.37
Hex 88 B3 8 18 0 60 1E 4B 5B 25
Octal 210 263 10 30 0 140 36 113 133 45
Binary 10001000 10110011 1000 11000 0 1100000 11110 1001011 1011011 100101

Color Harmonies of #88B308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88B308

Black with #88B308

Text Example


Text Example

White with #88B308

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,179,8); }

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

background-color css

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

 a { background-color: rgb(136,179,8); }

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

border-color css

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

 span { border-color: rgb(136,179,8); }

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