Html Css Color HEX #86B407 Citrus

📋 copy color: '#86B407'

red 134 ◦ green 180 ◦ blue 7

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

Shades of Citrus #86B407

Tints of Citrus #86B407

RGB

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

 GREEN value IS 180 (70.7% from 255) = 56.07%

 BLUE value IS 7 (3.13% from 255) = 2.18%

R = 41.74%
G = 56.07%
B = 2.18%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#86B407 (or 0x86B407) is known color: Citrus. HEX triplet: 86, B4 and 07. RGB value is (134,180,7). Sum of RGB (Red+Green+Blue) = 134+180+7=321 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.74% from 321); Green value is 180 (70.70% from 255 or 56.07% from 321); Blue value is 7 (3.12% from 255 or 2.18% from 321); Max value from RGB is 180 - color contains mainly: green. Hex color #86B407 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86B407 is #794BF8. Grayscale: #939393. Windows color (decimal): -7949305 or 504966. OLE color: 504966.

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

Color convert

RGB 134 180 7 -
CMYK 0.26 0 0.96 0.29
HSL 75.95º 0.93% 0.37% -
HSV(B) 75.95º 0.96% 0.71% -
XYZ 26.19 37.73 6.1 -
YUV 146.52 49.26 119.07 -
System Red Green Blue C M Y K H S L
Decimal 134 180 7 0.26 0 0.96 0.29 75.95 0.93 0.37
Hex 86 B4 7 1A 0 60 1D 4C 5D 25
Octal 206 264 7 32 0 140 35 114 135 45
Binary 10000110 10110100 111 11010 0 1100000 11101 1001100 1011101 100101

Color Harmonies of #86B407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B407

Black with #86B407

Text Example


Text Example

White with #86B407

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,180,7); }

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

background-color css

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

 a { background-color: rgb(134,180,7); }

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

border-color css

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

 span { border-color: rgb(134,180,7); }

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