Html Css Color HEX #86B608 Citrus

📋 copy color: '#86B608'

red 134 ◦ green 182 ◦ blue 8

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

Shades of Citrus #86B608

Tints of Citrus #86B608

RGB

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

 GREEN value IS 182 (71.48% from 255) = 56.17%

 BLUE value IS 8 (3.52% from 255) = 2.47%

R = 41.36%
G = 56.17%
B = 2.47%

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

#86B608 (or 0x86B608) is known color: Citrus. HEX triplet: 86, B6 and 08. RGB value is (134,182,8). Sum of RGB (Red+Green+Blue) = 134+182+8=324 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.36% from 324); Green value is 182 (71.48% from 255 or 56.17% from 324); Blue value is 8 (3.52% from 255 or 2.47% from 324); Max value from RGB is 182 - color contains mainly: green. Hex color #86B608 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86B608 is #7949F7. Grayscale: #949494. Windows color (decimal): -7948792 or 571014. OLE color: 571014.

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

Color convert

RGB 134 182 8 -
CMYK 0.26 0 0.96 0.29
HSL 76.55º 0.92% 0.37% -
HSV(B) 76.55º 0.96% 0.71% -
XYZ 26.6 38.54 6.27 -
YUV 147.81 49.1 118.15 -
System Red Green Blue C M Y K H S L
Decimal 134 182 8 0.26 0 0.96 0.29 76.55 0.92 0.37
Hex 86 B6 8 1A 0 60 1D 4D 5C 25
Octal 206 266 10 32 0 140 35 115 134 45
Binary 10000110 10110110 1000 11010 0 1100000 11101 1001101 1011100 100101

Color Harmonies of #86B608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B608

Black with #86B608

Text Example


Text Example

White with #86B608

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,182,8); }

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

background-color css

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

 a { background-color: rgb(134,182,8); }

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

border-color css

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

 span { border-color: rgb(134,182,8); }

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