Html Css Color HEX #8BB310 Citrus

📋 copy color: '#8BB310'

red 139 ◦ green 179 ◦ blue 16

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

Shades of Citrus #8BB310

Tints of Citrus #8BB310

RGB

 RED value IS 139 (54.69% from 255) = 41.62%

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

 BLUE value IS 16 (6.64% from 255) = 4.79%

R = 41.62%
G = 53.59%
B = 4.79%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#8BB310 (or 0x8BB310) is known color: Citrus. HEX triplet: 8B, B3 and 10. RGB value is (139,179,16). Sum of RGB (Red+Green+Blue) = 139+179+16=334 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.62% from 334); Green value is 179 (70.31% from 255 or 53.59% from 334); Blue value is 16 (6.64% from 255 or 4.79% from 334); Max value from RGB is 179 - color contains mainly: green. Hex color #8BB310 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BB310 is #744CEF. Grayscale: #959595. Windows color (decimal): -7621872 or 1094539. OLE color: 1094539.

HSL color Cylindrical-coordinate representation of color #8BB310: hue angle of 74.72º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8BB310 is Cyan = 0.22, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.30.

Color convert

RGB 139 179 16 -
CMYK 0.22 0 0.91 0.30
HSL 74.72º 0.84% 0.38% -
HSV(B) 74.72º 0.91% 0.7% -
XYZ 26.86 37.77 6.36 -
YUV 148.46 53.25 121.25 -
System Red Green Blue C M Y K H S L
Decimal 139 179 16 0.22 0 0.91 0.30 74.72 0.84 0.38
Hex 8B B3 10 16 0 5B 1E 4B 54 26
Octal 213 263 20 26 0 133 36 113 124 46
Binary 10001011 10110011 10000 10110 0 1011011 11110 1001011 1010100 100110

Color Harmonies of #8BB310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BB310

Black with #8BB310

Text Example


Text Example

White with #8BB310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8BB310; }

 p { color: rgb(139,179,16); }

 H1.HeaderClassName
 {
   color: #8BB310;
 }
 .AnyTagClassName
 {
   color: #8BB310;
 }
</style>

background-color css

<style>
 a { background-color: #8BB310; }

 a { background-color: rgb(139,179,16); }

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

border-color css

<style>
 span { border-color: #8BB310; }

 span { border-color: rgb(139,179,16); }

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