Html Css Color HEX #86B002 Citrus

📋 copy color: '#86B002'

red 134 ◦ green 176 ◦ blue 2

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

Shades of Citrus #86B002

Tints of Citrus #86B002

RGB

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

 GREEN value IS 176 (69.14% from 255) = 56.41%

 BLUE value IS 2 (1.17% from 255) = 0.64%

R = 42.95%
G = 56.41%
B = 0.64%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#86B002 (or 0x86B002) is known color: Citrus. HEX triplet: 86, B0 and 02. RGB value is (134,176,2). Sum of RGB (Red+Green+Blue) = 134+176+2=312 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.95% from 312); Green value is 176 (69.14% from 255 or 56.41% from 312); Blue value is 2 (1.17% from 255 or 0.64% from 312); Max value from RGB is 176 - color contains mainly: green. Hex color #86B002 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86B002 is #794FFD. Grayscale: #909090. Windows color (decimal): -7950334 or 176262. OLE color: 176262.

HSL color Cylindrical-coordinate representation of color #86B002: hue angle of 74.48º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #86B002 is Cyan = 0.24, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB 134 176 2 -
CMYK 0.24 0 0.99 0.31
HSL 74.48º 0.98% 0.35% -
HSV(B) 74.48º 0.99% 0.69% -
XYZ 25.37 36.12 5.69 -
YUV 143.61 48.09 121.15 -
System Red Green Blue C M Y K H S L
Decimal 134 176 2 0.24 0 0.99 0.31 74.48 0.98 0.35
Hex 86 B0 2 18 0 63 1F 4A 62 23
Octal 206 260 2 30 0 143 37 112 142 43
Binary 10000110 10110000 10 11000 0 1100011 11111 1001010 1100010 100011

Color Harmonies of #86B002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B002

Black with #86B002

Text Example


Text Example

White with #86B002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,176,2); }

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

background-color css

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

 a { background-color: rgb(134,176,2); }

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

border-color css

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

 span { border-color: rgb(134,176,2); }

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