#B0E03A

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

Shades of Conifer #B0E03A

Tints of Conifer #B0E03A

Color information

#B0E03A (or 0xB0E03A) is unknown color: approx Conifer. HEX triplet: B0, E0 and 3A. RGB value is (176,224,58). Sum of RGB (Red+Green+Blue) = 176+224+58=458 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.43% from 458); Green value is 224 (87.89% from 255 or 48.91% from 458); Blue value is 58 (23.05% from 255 or 12.66% from 458); Max value from RGB is 224 - color contains mainly: green. Hex color #B0E03A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0E03A is #4F1FC5. Grayscale: #BFBFBF. Windows color (decimal): -5185478 or 3858608. OLE color: 3858608.

HSL color Cylindrical-coordinate representation of color #B0E03A: hue angle of 77.35º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B0E03A is Cyan = 0.21, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.12.

Color convert

RGB17622458-
CMYK0.2100.740.12
HSL77.35º72.81%55.29%-
HSV(B)77.35º74.11%87.84%-
XYZ45.3262.8513.74-
YUV190.7253.1117.5-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.43%
GREEN value IS 224 (87.89% from 255) = 48.91%
BLUE value IS 58 (23.05% from 255) = 12.66%
R=38.43%
G=48.91%
B=12.66%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal176224580.2100.740.1277.3572.8155.29
HexB0E03A1504AC4d4937
Octal260340722501121411511167
Binary10110000111000001110101010101001010110010011011001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E03A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E03A; }

 p { color: rgb(176,224,58); }

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

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

 a { background-color: rgb(176,224,58); }

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

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

 span { border-color: rgb(176,224,58); }

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