Html Css Color HEX #8BBC10 Citrus

📋 copy color: '#8BBC10'

red 139 ◦ green 188 ◦ blue 16

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

Shades of Citrus #8BBC10

Tints of Citrus #8BBC10

RGB

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

 GREEN value IS 188 (73.83% from 255) = 54.81%

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

R = 40.52%
G = 54.81%
B = 4.66%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#8BBC10 (or 0x8BBC10) is known color: Citrus. HEX triplet: 8B, BC and 10. RGB value is (139,188,16). Sum of RGB (Red+Green+Blue) = 139+188+16=343 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.52% from 343); Green value is 188 (73.83% from 255 or 54.81% from 343); Blue value is 16 (6.64% from 255 or 4.66% from 343); Max value from RGB is 188 - color contains mainly: green. Hex color #8BBC10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BBC10 is #7443EF. Grayscale: #9A9A9A. Windows color (decimal): -7619568 or 1096843. OLE color: 1096843.

HSL color Cylindrical-coordinate representation of color #8BBC10: hue angle of 77.09º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8BBC10 is Cyan = 0.26, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.

Color convert

RGB 139 188 16 -
CMYK 0.26 0 0.91 0.26
HSL 77.09º 0.84% 0.4% -
HSV(B) 77.09º 0.91% 0.74% -
XYZ 28.72 41.49 6.99 -
YUV 153.74 50.27 117.49 -
System Red Green Blue C M Y K H S L
Decimal 139 188 16 0.26 0 0.91 0.26 77.09 0.84 0.4
Hex 8B BC 10 1A 0 5B 1A 4D 54 28
Octal 213 274 20 32 0 133 32 115 124 50
Binary 10001011 10111100 10000 11010 0 1011011 11010 1001101 1010100 101000

Color Harmonies of #8BBC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BBC10

Black with #8BBC10

Text Example


Text Example

White with #8BBC10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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