Html Css Color HEX #86B207 Citrus

📋 copy color: '#86B207'

red 134 ◦ green 178 ◦ blue 7

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

Shades of Citrus #86B207

Tints of Citrus #86B207

RGB

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

 GREEN value IS 178 (69.92% from 255) = 55.8%

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

R = 42.01%
G = 55.8%
B = 2.19%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#86B207 (or 0x86B207) is known color: Citrus. HEX triplet: 86, B2 and 07. RGB value is (134,178,7). Sum of RGB (Red+Green+Blue) = 134+178+7=319 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.01% from 319); Green value is 178 (69.92% from 255 or 55.80% from 319); Blue value is 7 (3.12% from 255 or 2.19% from 319); Max value from RGB is 178 - color contains mainly: green. Hex color #86B207 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86B207 is #794DF8. Grayscale: #919191. Windows color (decimal): -7949817 or 504454. OLE color: 504454.

HSL color Cylindrical-coordinate representation of color #86B207: hue angle of 75.44º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #86B207 is Cyan = 0.25, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.30.

Color convert

RGB 134 178 7 -
CMYK 0.25 0 0.96 0.30
HSL 75.44º 0.92% 0.36% -
HSV(B) 75.44º 0.96% 0.7% -
XYZ 25.79 36.92 5.97 -
YUV 145.35 49.92 119.9 -
System Red Green Blue C M Y K H S L
Decimal 134 178 7 0.25 0 0.96 0.30 75.44 0.92 0.36
Hex 86 B2 7 19 0 60 1E 4B 5C 24
Octal 206 262 7 31 0 140 36 113 134 44
Binary 10000110 10110010 111 11001 0 1100000 11110 1001011 1011100 100100

Color Harmonies of #86B207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B207

Black with #86B207

Text Example


Text Example

White with #86B207

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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