#B9FC54

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

Shades of Conifer #B9FC54

Tints of Conifer #B9FC54

Color information

#B9FC54 (or 0xB9FC54) is unknown color: approx Conifer. HEX triplet: B9, FC and 54. RGB value is (185,252,84). Sum of RGB (Red+Green+Blue) = 185+252+84=521 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.51% from 521); Green value is 252 (98.83% from 255 or 48.37% from 521); Blue value is 84 (33.20% from 255 or 16.12% from 521); Max value from RGB is 252 - color contains mainly: green. Hex color #B9FC54 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9FC54 is #4603AB. Grayscale: #D5D5D5. Windows color (decimal): -4588460 or 5569721. OLE color: 5569721.

HSL color Cylindrical-coordinate representation of color #B9FC54: hue angle of 83.93º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B9FC54 is Cyan = 0.27, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.01.

Color convert

RGB18525284-
CMYK0.2700.670.01
HSL83.93º96.55%65.88%-
HSV(B)83.93º66.67%98.82%-
XYZ56.4280.5820.97-
YUV212.8155.3108.16-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.51%
GREEN value IS 252 (98.83% from 255) = 48.37%
BLUE value IS 84 (33.20% from 255) = 16.12%
R=35.51%
G=48.37%
B=16.12%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal185252840.2700.670.0183.9396.5565.88
HexB9FC541B0431546142
Octal2713741243301031124141102
Binary1011100111111100101010011011010000111101010011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FC54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FC54; }

 p { color: rgb(185,252,84); }

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

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

 a { background-color: rgb(185,252,84); }

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

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

 span { border-color: rgb(185,252,84); }

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