#8BBF0A

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

Shades of Citrus #8BBF0A

Tints of Citrus #8BBF0A

Color information

#8BBF0A (or 0x8BBF0A) is unknown color: approx Citrus. HEX triplet: 8B, BF and 0A. RGB value is (139,191,10). Sum of RGB (Red+Green+Blue) = 139+191+10=340 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.88% from 340); Green value is 191 (75% from 255 or 56.18% from 340); Blue value is 10 (4.30% from 255 or 2.94% from 340); Max value from RGB is 191 - color contains mainly: green. Hex color #8BBF0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BBF0A is #7440F5. Grayscale: #9B9B9B. Windows color (decimal): -7618806 or 704395. OLE color: 704395.

HSL color Cylindrical-coordinate representation of color #8BBF0A: hue angle of 77.24º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8BBF0A is Cyan = 0.27, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB13919110-
CMYK0.2700.950.25
HSL77.24º90.05%39.41%-
HSV(B)77.24º94.76%74.9%-
XYZ29.3342.777-
YUV154.8246.27116.72-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.88%
GREEN value IS 191 (75% from 255) = 56.18%
BLUE value IS 10 (4.30% from 255) = 2.94%
R=40.88%
G=56.18%
B=2.94%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal139191100.2700.950.2577.2490.0539.41
Hex8BBFA1B05F194d5a27
Octal213277123301373111513247
Binary1000101110111111101011011010111111100110011011011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBF0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,191,10); }

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

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

 a { background-color: rgb(139,191,10); }

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

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

 span { border-color: rgb(139,191,10); }

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