Html Css Color HEX #88B70C Citrus

📋 copy color: '#88B70C'

red 136 ◦ green 183 ◦ blue 12

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

Shades of Citrus #88B70C

Tints of Citrus #88B70C

RGB

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

 GREEN value IS 183 (71.88% from 255) = 55.29%

 BLUE value IS 12 (5.08% from 255) = 3.63%

R = 41.09%
G = 55.29%
B = 3.63%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#88B70C (or 0x88B70C) is known color: Citrus. HEX triplet: 88, B7 and 0C. RGB value is (136,183,12). Sum of RGB (Red+Green+Blue) = 136+183+12=331 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.09% from 331); Green value is 183 (71.88% from 255 or 55.29% from 331); Blue value is 12 (5.08% from 255 or 3.63% from 331); Max value from RGB is 183 - color contains mainly: green. Hex color #88B70C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88B70C is #7748F3. Grayscale: #969696. Windows color (decimal): -7817460 or 833416. OLE color: 833416.

HSL color Cylindrical-coordinate representation of color #88B70C: hue angle of 76.49º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #88B70C is Cyan = 0.26, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.28.

Color convert

RGB 136 183 12 -
CMYK 0.26 0 0.93 0.28
HSL 76.49º 0.88% 0.38% -
HSV(B) 76.49º 0.93% 0.72% -
XYZ 27.15 39.13 6.47 -
YUV 149.45 50.43 118.4 -
System Red Green Blue C M Y K H S L
Decimal 136 183 12 0.26 0 0.93 0.28 76.49 0.88 0.38
Hex 88 B7 C 1A 0 5D 1C 4C 58 26
Octal 210 267 14 32 0 135 34 114 130 46
Binary 10001000 10110111 1100 11010 0 1011101 11100 1001100 1011000 100110

Color Harmonies of #88B70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88B70C

Black with #88B70C

Text Example


Text Example

White with #88B70C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,183,12); }

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

background-color css

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

 a { background-color: rgb(136,183,12); }

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

border-color css

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

 span { border-color: rgb(136,183,12); }

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