Html Css Color HEX #86B308 Citrus

📋 copy color: '#86B308'

red 134 ◦ green 179 ◦ blue 8

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

Shades of Citrus #86B308

Tints of Citrus #86B308

RGB

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

 GREEN value IS 179 (70.31% from 255) = 55.76%

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

R = 41.74%
G = 55.76%
B = 2.49%

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

#86B308 (or 0x86B308) is known color: Citrus. HEX triplet: 86, B3 and 08. RGB value is (134,179,8). Sum of RGB (Red+Green+Blue) = 134+179+8=321 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.74% from 321); Green value is 179 (70.31% from 255 or 55.76% from 321); Blue value is 8 (3.52% from 255 or 2.49% from 321); Max value from RGB is 179 - color contains mainly: green. Hex color #86B308 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86B308 is #794CF7. Grayscale: #929292. Windows color (decimal): -7949560 or 570246. OLE color: 570246.

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

Color convert

RGB 134 179 8 -
CMYK 0.25 0 0.96 0.30
HSL 75.79º 0.91% 0.37% -
HSV(B) 75.79º 0.96% 0.7% -
XYZ 26 37.33 6.06 -
YUV 146.05 50.09 119.4 -
System Red Green Blue C M Y K H S L
Decimal 134 179 8 0.25 0 0.96 0.30 75.79 0.91 0.37
Hex 86 B3 8 19 0 60 1E 4C 5B 25
Octal 206 263 10 31 0 140 36 114 133 45
Binary 10000110 10110011 1000 11001 0 1100000 11110 1001100 1011011 100101

Color Harmonies of #86B308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B308

Black with #86B308

Text Example


Text Example

White with #86B308

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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