#8BB003

Color #8BB003 Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #8BB003

Tints of Citrus #8BB003

Color information

#8BB003 (or 0x8BB003) is unknown color: approx Citrus. HEX triplet: 8B, B0 and 03. RGB value is (139,176,3). Sum of RGB (Red+Green+Blue) = 139+176+3=318 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.71% from 318); Green value is 176 (69.14% from 255 or 55.35% from 318); Blue value is 3 (1.56% from 255 or 0.94% from 318); Max value from RGB is 176 - color contains mainly: green. Hex color #8BB003 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8BB003 is #744FFC. Grayscale: #919191. Windows color (decimal): -7622653 or 241803. OLE color: 241803.

HSL color Cylindrical-coordinate representation of color #8BB003: hue angle of 72.83º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8BB003 is Cyan = 0.21, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.31.

Color convert

RGB1391763-
CMYK0.2100.980.31
HSL72.83º96.65%35.1%-
HSV(B)72.83º98.3%69.02%-
XYZ26.1936.555.76-
YUV145.2247.74123.57-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.71%
GREEN value IS 176 (69.14% from 255) = 55.35%
BLUE value IS 3 (1.56% from 255) = 0.94%
R=43.71%
G=55.35%
B=0.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal13917630.2100.980.3172.8396.6535.1
Hex8BB03150621F496123
Octal21326032501423711114143
Binary10001011101100001110101011000101111110010011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,176,3); }

 H1.HeaderClassName
 {
   color: #8BB003;
 }
 .AnyTagClassName
 {
   color: #8BB003;
 }
</style>
background-color css

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

 a { background-color: rgb(139,176,3); }

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

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

 span { border-color: rgb(139,176,3); }

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