Html Css Color HEX #86B500 Citrus

📋 copy color: '#86B500'

red 134 ◦ green 181 ◦ blue 0

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

Shades of Citrus #86B500

Tints of Citrus #86B500

RGB

 RED value IS 134 (52.73% from 255) = 42.54%

 GREEN value IS 181 (71.09% from 255) = 57.46%

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

R = 42.54%
G = 57.46%
B = 0%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#86B500 (or 0x86B500) is known color: Citrus. HEX triplet: 86, B5 and 00. RGB value is (134,181,0). Sum of RGB (Red+Green+Blue) = 134+181+0=315 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.54% from 315); Green value is 181 (71.09% from 255 or 57.46% from 315); Blue value is 0 (0.39% from 255 or 0% from 315); Max value from RGB is 181 - color contains mainly: green. Hex color #86B500 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86B500 is #794AFF. Grayscale: #929292. Windows color (decimal): -7949056 or 46470. OLE color: 46470.

HSL color Cylindrical-coordinate representation of color #86B500: hue angle of 75.58º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #86B500 is Cyan = 0.26, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.29.

Color convert

RGB 134 181 0 -
CMYK 0.26 0 1 0.29
HSL 75.58º 1% 0.35% -
HSV(B) 75.58º 1% 0.71% -
XYZ 26.36 38.12 5.97 -
YUV 146.31 45.43 119.22 -
System Red Green Blue C M Y K H S L
Decimal 134 181 0 0.26 0 1 0.29 75.58 1 0.35
Hex 86 B5 0 1A 0 64 1D 4C 64 23
Octal 206 265 0 32 0 144 35 114 144 43
Binary 10000110 10110101 0 11010 0 1100100 11101 1001100 1100100 100011

Color Harmonies of #86B500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B500

Black with #86B500

Text Example


Text Example

White with #86B500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86B500; }

 p { color: rgb(134,181,0); }

 H1.HeaderClassName
 {
   color: #86B500;
 }
 .AnyTagClassName
 {
   color: #86B500;
 }
</style>

background-color css

<style>
 a { background-color: #86B500; }

 a { background-color: rgb(134,181,0); }

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

border-color css

<style>
 span { border-color: #86B500; }

 span { border-color: rgb(134,181,0); }

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