Html Css Color HEX #86B403 Citrus

📋 copy color: '#86B403'

red 134 ◦ green 180 ◦ blue 3

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

Shades of Citrus #86B403

Tints of Citrus #86B403

RGB

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

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

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

R = 42.27%
G = 56.78%
B = 0.95%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#86B403 (or 0x86B403) is known color: Citrus. HEX triplet: 86, B4 and 03. RGB value is (134,180,3). Sum of RGB (Red+Green+Blue) = 134+180+3=317 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.27% from 317); Green value is 180 (70.70% from 255 or 56.78% from 317); Blue value is 3 (1.56% from 255 or 0.95% from 317); Max value from RGB is 180 - color contains mainly: green. Hex color #86B403 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86B403 is #794BFC. Grayscale: #929292. Windows color (decimal): -7949309 or 242822. OLE color: 242822.

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

Color convert

RGB 134 180 3 -
CMYK 0.26 0 0.98 0.29
HSL 75.59º 0.97% 0.36% -
HSV(B) 75.59º 0.98% 0.71% -
XYZ 26.17 37.72 5.99 -
YUV 146.07 47.26 119.39 -
System Red Green Blue C M Y K H S L
Decimal 134 180 3 0.26 0 0.98 0.29 75.59 0.97 0.36
Hex 86 B4 3 1A 0 62 1D 4C 61 24
Octal 206 264 3 32 0 142 35 114 141 44
Binary 10000110 10110100 11 11010 0 1100010 11101 1001100 1100001 100100

Color Harmonies of #86B403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B403

Black with #86B403

Text Example


Text Example

White with #86B403

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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