Html Css Color HEX #B9F446 Conifer

📋 copy color: '#B9F446'

red 185 ◦ green 244 ◦ blue 70

#B9F446
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #B9F446

Tints of Conifer #B9F446

RGB

 RED value IS 185 (72.66% from 255) = 37.07%

 GREEN value IS 244 (95.7% from 255) = 48.9%

 BLUE value IS 70 (27.73% from 255) = 14.03%

R = 37.07%
G = 48.9%
B = 14.03%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.71

 K value IS 0.04

RGB Variations

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

Color information

#B9F446 (or 0xB9F446) is known color: Conifer. HEX triplet: B9, F4 and 46. RGB value is (185,244,70). Sum of RGB (Red+Green+Blue) = 185+244+70=499 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37.07% from 499); Green value is 244 (95.70% from 255 or 48.90% from 499); Blue value is 70 (27.73% from 255 or 14.03% from 499); Max value from RGB is 244 - color contains mainly: green. Hex color #B9F446 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B9F446 is #460BB9. Grayscale: #CFCFCF. Windows color (decimal): -4590522 or 4650169. OLE color: 4650169.

HSL color Cylindrical-coordinate representation of color #B9F446: hue angle of 80.34º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B9F446 is Cyan = 0.24, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.04.

Color convert

RGB 185 244 70 -
CMYK 0.24 0 0.71 0.04
HSL 80.34º 0.89% 0.62% -
HSV(B) 80.34º 0.71% 0.96% -
XYZ 53.46 75.46 17.54 -
YUV 206.52 50.95 112.65 -
System Red Green Blue C M Y K H S L
Decimal 185 244 70 0.24 0 0.71 0.04 80.34 0.89 0.62
Hex B9 F4 46 18 0 47 4 50 59 3E
Octal 271 364 106 30 0 107 4 120 131 76
Binary 10111001 11110100 1000110 11000 0 1000111 100 1010000 1011001 111110

Color Harmonies of #B9F446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9F446

Black with #B9F446

Text Example


Text Example

White with #B9F446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9F446; }

 p { color: rgb(185,244,70); }

 H1.HeaderClassName
 {
   color: #B9F446;
 }
 .AnyTagClassName
 {
   color: #B9F446;
 }
</style>

background-color css

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

 a { background-color: rgb(185,244,70); }

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

border-color css

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

 span { border-color: rgb(185,244,70); }

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