Html Css Color HEX #8BC210 Citrus

📋 copy color: '#8BC210'

red 139 ◦ green 194 ◦ blue 16

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

Shades of Citrus #8BC210

Tints of Citrus #8BC210

RGB

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

 GREEN value IS 194 (76.17% from 255) = 55.59%

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

R = 39.83%
G = 55.59%
B = 4.58%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#8BC210 (or 0x8BC210) is known color: Citrus. HEX triplet: 8B, C2 and 10. RGB value is (139,194,16). Sum of RGB (Red+Green+Blue) = 139+194+16=349 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.83% from 349); Green value is 194 (76.17% from 255 or 55.59% from 349); Blue value is 16 (6.64% from 255 or 4.58% from 349); Max value from RGB is 194 - color contains mainly: green. Hex color #8BC210 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BC210 is #743DEF. Grayscale: #9D9D9D. Windows color (decimal): -7618032 or 1098379. OLE color: 1098379.

HSL color Cylindrical-coordinate representation of color #8BC210: hue angle of 78.54º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8BC210 is Cyan = 0.28, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 139 194 16 -
CMYK 0.28 0 0.92 0.24
HSL 78.54º 0.85% 0.41% -
HSV(B) 78.54º 0.92% 0.76% -
XYZ 30.03 44.11 7.42 -
YUV 157.26 48.28 114.97 -
System Red Green Blue C M Y K H S L
Decimal 139 194 16 0.28 0 0.92 0.24 78.54 0.85 0.41
Hex 8B C2 10 1C 0 5C 18 4F 55 29
Octal 213 302 20 34 0 134 30 117 125 51
Binary 10001011 11000010 10000 11100 0 1011100 11000 1001111 1010101 101001

Color Harmonies of #8BC210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BC210

Black with #8BC210

Text Example


Text Example

White with #8BC210

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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