#B9F64A

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

Shades of Conifer #B9F64A

Tints of Conifer #B9F64A

Color information

#B9F64A (or 0xB9F64A) is unknown color: approx Conifer. HEX triplet: B9, F6 and 4A. RGB value is (185,246,74). Sum of RGB (Red+Green+Blue) = 185+246+74=505 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.63% from 505); Green value is 246 (96.48% from 255 or 48.71% from 505); Blue value is 74 (29.30% from 255 or 14.65% from 505); Max value from RGB is 246 - color contains mainly: green. Hex color #B9F64A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B9F64A is #4609B5. Grayscale: #D0D0D0. Windows color (decimal): -4590006 or 4912825. OLE color: 4912825.

HSL color Cylindrical-coordinate representation of color #B9F64A: hue angle of 81.28º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B9F64A is Cyan = 0.25, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB18524674-
CMYK0.2500.700.04
HSL81.28º90.53%62.75%-
HSV(B)81.28º69.92%96.47%-
XYZ54.276.7218.43-
YUV208.1552.29111.49-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.63%
GREEN value IS 246 (96.48% from 255) = 48.71%
BLUE value IS 74 (29.30% from 255) = 14.65%
R=36.63%
G=48.71%
B=14.65%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal185246740.2500.700.0481.2890.5362.75
HexB9F64A190464515b3f
Octal271366112310106412113377
Binary10111001111101101001010110010100011010010100011011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9F64A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9F64A; }

 p { color: rgb(185,246,74); }

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

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

 a { background-color: rgb(185,246,74); }

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

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

 span { border-color: rgb(185,246,74); }

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