Html Css Color HEX #B9F246 Conifer

📋 copy color: '#B9F246'

red 185 ◦ green 242 ◦ blue 70

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

Shades of Conifer #B9F246

Tints of Conifer #B9F246

RGB

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

 GREEN value IS 242 (94.92% from 255) = 48.69%

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

R = 37.22%
G = 48.69%
B = 14.08%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#B9F246 (or 0xB9F246) is known color: Conifer. HEX triplet: B9, F2 and 46. RGB value is (185,242,70). Sum of RGB (Red+Green+Blue) = 185+242+70=497 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.22% from 497); Green value is 242 (94.92% from 255 or 48.69% from 497); Blue value is 70 (27.73% from 255 or 14.08% from 497); Max value from RGB is 242 - color contains mainly: green. Hex color #B9F246 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B9F246 is #460DB9. Grayscale: #CDCDCD. Windows color (decimal): -4591034 or 4649657. OLE color: 4649657.

HSL color Cylindrical-coordinate representation of color #B9F246: hue angle of 79.88º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B9F246 is Cyan = 0.24, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB 185 242 70 -
CMYK 0.24 0 0.71 0.05
HSL 79.88º 0.87% 0.61% -
HSV(B) 79.88º 0.71% 0.95% -
XYZ 52.87 74.26 17.34 -
YUV 205.35 51.62 113.49 -
System Red Green Blue C M Y K H S L
Decimal 185 242 70 0.24 0 0.71 0.05 79.88 0.87 0.61
Hex B9 F2 46 18 0 47 5 50 57 3D
Octal 271 362 106 30 0 107 5 120 127 75
Binary 10111001 11110010 1000110 11000 0 1000111 101 1010000 1010111 111101

Color Harmonies of #B9F246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9F246

Black with #B9F246

Text Example


Text Example

White with #B9F246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9F246; }

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

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

background-color css

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

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

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

border-color css

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

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

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