Html Css Color HEX #86C203 Citrus

📋 copy color: '#86C203'

red 134 ◦ green 194 ◦ blue 3

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

Shades of Citrus #86C203

Tints of Citrus #86C203

RGB

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

 GREEN value IS 194 (76.17% from 255) = 58.61%

 BLUE value IS 3 (1.56% from 255) = 0.91%

R = 40.48%
G = 58.61%
B = 0.91%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#86C203 (or 0x86C203) is known color: Citrus. HEX triplet: 86, C2 and 03. RGB value is (134,194,3). Sum of RGB (Red+Green+Blue) = 134+194+3=331 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.48% from 331); Green value is 194 (76.17% from 255 or 58.61% from 331); Blue value is 3 (1.56% from 255 or 0.91% from 331); Max value from RGB is 194 - color contains mainly: green. Hex color #86C203 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86C203 is #793DFC. Grayscale: #9A9A9A. Windows color (decimal): -7945725 or 246406. OLE color: 246406.

HSL color Cylindrical-coordinate representation of color #86C203: hue angle of 78.85º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #86C203 is Cyan = 0.31, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB 134 194 3 -
CMYK 0.31 0 0.98 0.24
HSL 78.85º 0.97% 0.39% -
HSV(B) 78.85º 0.98% 0.76% -
XYZ 29.14 43.66 6.98 -
YUV 154.29 42.62 113.53 -
System Red Green Blue C M Y K H S L
Decimal 134 194 3 0.31 0 0.98 0.24 78.85 0.97 0.39
Hex 86 C2 3 1F 0 62 18 4F 61 27
Octal 206 302 3 37 0 142 30 117 141 47
Binary 10000110 11000010 11 11111 0 1100010 11000 1001111 1100001 100111

Color Harmonies of #86C203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C203

Black with #86C203

Text Example


Text Example

White with #86C203

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,194,3); }

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

background-color css

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

 a { background-color: rgb(134,194,3); }

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

border-color css

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

 span { border-color: rgb(134,194,3); }

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