Html Css Color HEX #8BC20B Citrus

📋 copy color: '#8BC20B'

red 139 ◦ green 194 ◦ blue 11

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

Shades of Citrus #8BC20B

Tints of Citrus #8BC20B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.2%

R = 40.41%
G = 56.4%
B = 3.2%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#8BC20B (or 0x8BC20B) is known color: Citrus. HEX triplet: 8B, C2 and 0B. RGB value is (139,194,11). Sum of RGB (Red+Green+Blue) = 139+194+11=344 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.41% from 344); Green value is 194 (76.17% from 255 or 56.40% from 344); Blue value is 11 (4.69% from 255 or 3.20% from 344); Max value from RGB is 194 - color contains mainly: green. Hex color #8BC20B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BC20B is #743DF4. Grayscale: #9D9D9D. Windows color (decimal): -7618037 or 770699. OLE color: 770699.

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

Color convert

RGB 139 194 11 -
CMYK 0.28 0 0.94 0.24
HSL 78.03º 0.89% 0.4% -
HSV(B) 78.03º 0.94% 0.76% -
XYZ 30 44.1 7.25 -
YUV 156.69 45.78 115.38 -
System Red Green Blue C M Y K H S L
Decimal 139 194 11 0.28 0 0.94 0.24 78.03 0.89 0.4
Hex 8B C2 B 1C 0 5E 18 4E 59 28
Octal 213 302 13 34 0 136 30 116 131 50
Binary 10001011 11000010 1011 11100 0 1011110 11000 1001110 1011001 101000

Color Harmonies of #8BC20B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BC20B

Black with #8BC20B

Text Example


Text Example

White with #8BC20B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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