Html Css Color HEX #86BB04 Citrus

📋 copy color: '#86BB04'

red 134 ◦ green 187 ◦ blue 4

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

Shades of Citrus #86BB04

Tints of Citrus #86BB04

RGB

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

 GREEN value IS 187 (73.44% from 255) = 57.54%

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

R = 41.23%
G = 57.54%
B = 1.23%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#86BB04 (or 0x86BB04) is known color: Citrus. HEX triplet: 86, BB and 04. RGB value is (134,187,4). Sum of RGB (Red+Green+Blue) = 134+187+4=325 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.23% from 325); Green value is 187 (73.44% from 255 or 57.54% from 325); Blue value is 4 (1.95% from 255 or 1.23% from 325); Max value from RGB is 187 - color contains mainly: green. Hex color #86BB04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86BB04 is #7944FB. Grayscale: #969696. Windows color (decimal): -7947516 or 310150. OLE color: 310150.

HSL color Cylindrical-coordinate representation of color #86BB04: hue angle of 77.38º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #86BB04 is Cyan = 0.28, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB 134 187 4 -
CMYK 0.28 0 0.98 0.27
HSL 77.38º 0.96% 0.37% -
HSV(B) 77.38º 0.98% 0.73% -
XYZ 27.62 40.62 6.5 -
YUV 150.29 45.44 116.38 -
System Red Green Blue C M Y K H S L
Decimal 134 187 4 0.28 0 0.98 0.27 77.38 0.96 0.37
Hex 86 BB 4 1C 0 62 1B 4D 60 25
Octal 206 273 4 34 0 142 33 115 140 45
Binary 10000110 10111011 100 11100 0 1100010 11011 1001101 1100000 100101

Color Harmonies of #86BB04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BB04

Black with #86BB04

Text Example


Text Example

White with #86BB04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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