Html Css Color HEX #B9F349 Conifer

📋 copy color: '#B9F349'

red 185 ◦ green 243 ◦ blue 73

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

Shades of Conifer #B9F349

Tints of Conifer #B9F349

RGB

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

 GREEN value IS 243 (95.31% from 255) = 48.5%

 BLUE value IS 73 (28.91% from 255) = 14.57%

R = 36.93%
G = 48.5%
B = 14.57%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#B9F349 (or 0xB9F349) is known color: Conifer. HEX triplet: B9, F3 and 49. RGB value is (185,243,73). Sum of RGB (Red+Green+Blue) = 185+243+73=501 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.93% from 501); Green value is 243 (95.31% from 255 or 48.50% from 501); Blue value is 73 (28.91% from 255 or 14.57% from 501); Max value from RGB is 243 - color contains mainly: green. Hex color #B9F349 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B9F349 is #460CB6. Grayscale: #CECECE. Windows color (decimal): -4590775 or 4846521. OLE color: 4846521.

HSL color Cylindrical-coordinate representation of color #B9F349: hue angle of 80.47º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B9F349 is Cyan = 0.24, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 185 243 73 -
CMYK 0.24 0 0.70 0.05
HSL 80.47º 0.88% 0.62% -
HSV(B) 80.47º 0.7% 0.95% -
XYZ 53.26 74.9 17.95 -
YUV 206.28 52.78 112.82 -
System Red Green Blue C M Y K H S L
Decimal 185 243 73 0.24 0 0.70 0.05 80.47 0.88 0.62
Hex B9 F3 49 18 0 46 5 50 58 3E
Octal 271 363 111 30 0 106 5 120 130 76
Binary 10111001 11110011 1001001 11000 0 1000110 101 1010000 1011000 111110

Color Harmonies of #B9F349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9F349

Black with #B9F349

Text Example


Text Example

White with #B9F349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9F349; }

 p { color: rgb(185,243,73); }

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

background-color css

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

 a { background-color: rgb(185,243,73); }

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

border-color css

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

 span { border-color: rgb(185,243,73); }

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