Html Css Color HEX #86B404 Citrus

📋 copy color: '#86B404'

red 134 ◦ green 180 ◦ blue 4

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

Shades of Citrus #86B404

Tints of Citrus #86B404

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.26%

R = 42.14%
G = 56.6%
B = 1.26%

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

#86B404 (or 0x86B404) is known color: Citrus. HEX triplet: 86, B4 and 04. RGB value is (134,180,4). Sum of RGB (Red+Green+Blue) = 134+180+4=318 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.14% from 318); Green value is 180 (70.70% from 255 or 56.60% from 318); Blue value is 4 (1.95% from 255 or 1.26% from 318); Max value from RGB is 180 - color contains mainly: green. Hex color #86B404 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86B404 is #794BFB. Grayscale: #929292. Windows color (decimal): -7949308 or 308358. OLE color: 308358.

HSL color Cylindrical-coordinate representation of color #86B404: hue angle of 75.68º degrees, saturation: 0.96, 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 #86B404 is Cyan = 0.26, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.29.

Color convert

RGB 134 180 4 -
CMYK 0.26 0 0.98 0.29
HSL 75.68º 0.96% 0.36% -
HSV(B) 75.68º 0.98% 0.71% -
XYZ 26.17 37.72 6.02 -
YUV 146.18 47.76 119.31 -
System Red Green Blue C M Y K H S L
Decimal 134 180 4 0.26 0 0.98 0.29 75.68 0.96 0.36
Hex 86 B4 4 1A 0 62 1D 4C 60 24
Octal 206 264 4 32 0 142 35 114 140 44
Binary 10000110 10110100 100 11010 0 1100010 11101 1001100 1100000 100100

Color Harmonies of #86B404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B404

Black with #86B404

Text Example


Text Example

White with #86B404

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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