Html Css Color HEX #8BBB0E Citrus

📋 copy color: '#8BBB0E'

red 139 ◦ green 187 ◦ blue 14

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

Shades of Citrus #8BBB0E

Tints of Citrus #8BBB0E

RGB

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

 GREEN value IS 187 (73.44% from 255) = 55%

 BLUE value IS 14 (5.86% from 255) = 4.12%

R = 40.88%
G = 55%
B = 4.12%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#8BBB0E (or 0x8BBB0E) is known color: Citrus. HEX triplet: 8B, BB and 0E. RGB value is (139,187,14). Sum of RGB (Red+Green+Blue) = 139+187+14=340 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.88% from 340); Green value is 187 (73.44% from 255 or 55% from 340); Blue value is 14 (5.86% from 255 or 4.12% from 340); Max value from RGB is 187 - color contains mainly: green. Hex color #8BBB0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BBB0E is #7444F1. Grayscale: #999999. Windows color (decimal): -7619826 or 965515. OLE color: 965515.

HSL color Cylindrical-coordinate representation of color #8BBB0E: hue angle of 76.65º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8BBB0E is Cyan = 0.26, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.27.

Color convert

RGB 139 187 14 -
CMYK 0.26 0 0.93 0.27
HSL 76.65º 0.86% 0.39% -
HSV(B) 76.65º 0.93% 0.73% -
XYZ 28.5 41.06 6.84 -
YUV 152.93 49.6 118.07 -
System Red Green Blue C M Y K H S L
Decimal 139 187 14 0.26 0 0.93 0.27 76.65 0.86 0.39
Hex 8B BB E 1A 0 5D 1B 4D 56 27
Octal 213 273 16 32 0 135 33 115 126 47
Binary 10001011 10111011 1110 11010 0 1011101 11011 1001101 1010110 100111

Color Harmonies of #8BBB0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BBB0E

Black with #8BBB0E

Text Example


Text Example

White with #8BBB0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,187,14); }

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

background-color css

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

 a { background-color: rgb(139,187,14); }

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

border-color css

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

 span { border-color: rgb(139,187,14); }

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