#8BAE07

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

Shades of Citrus #8BAE07

Tints of Citrus #8BAE07

Color information

#8BAE07 (or 0x8BAE07) is unknown color: approx Citrus. HEX triplet: 8B, AE and 07. RGB value is (139,174,7). Sum of RGB (Red+Green+Blue) = 139+174+7=320 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.44% from 320); Green value is 174 (68.36% from 255 or 54.38% from 320); Blue value is 7 (3.12% from 255 or 2.19% from 320); Max value from RGB is 174 - color contains mainly: green. Hex color #8BAE07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8BAE07 is #7451F8. Grayscale: #919191. Windows color (decimal): -7623161 or 503435. OLE color: 503435.

HSL color Cylindrical-coordinate representation of color #8BAE07: hue angle of 72.57º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8BAE07 is Cyan = 0.20, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.32.

Color convert

RGB1391747-
CMYK0.2000.960.32
HSL72.57º92.27%35.49%-
HSV(B)72.57º95.98%68.24%-
XYZ25.8235.785.75-
YUV144.550.4124.08-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.44%
GREEN value IS 174 (68.36% from 255) = 54.38%
BLUE value IS 7 (3.12% from 255) = 2.19%
R=43.44%
G=54.38%
B=2.19%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal13917470.2000.960.3272.5792.2735.49
Hex8BAE71406020495c23
Octal21325672401404011113443
Binary1000101110101110111101000110000010000010010011011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAE07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,174,7); }

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

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

 a { background-color: rgb(139,174,7); }

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

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

 span { border-color: rgb(139,174,7); }

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