Html Css Color HEX #BCF149 Conifer

📋 copy color: '#BCF149'

red 188 ◦ green 241 ◦ blue 73

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

Shades of Conifer #BCF149

Tints of Conifer #BCF149

RGB

 RED value IS 188 (73.83% from 255) = 37.45%

 GREEN value IS 241 (94.53% from 255) = 48.01%

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

R = 37.45%
G = 48.01%
B = 14.54%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#BCF149 (or 0xBCF149) is known color: Conifer. HEX triplet: BC, F1 and 49. RGB value is (188,241,73). Sum of RGB (Red+Green+Blue) = 188+241+73=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 241 (94.53% from 255 or 48.01% from 502); Blue value is 73 (28.91% from 255 or 14.54% from 502); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF149 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF149 is #430EB6. Grayscale: #CECECE. Windows color (decimal): -4394679 or 4846012. OLE color: 4846012.

HSL color Cylindrical-coordinate representation of color #BCF149: hue angle of 78.93º degrees, saturation: 0.86, 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 #BCF149 is Cyan = 0.22, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 241 73 -
CMYK 0.22 0 0.70 0.05
HSL 78.93º 0.86% 0.62% -
HSV(B) 78.93º 0.7% 0.95% -
XYZ 53.4 74.08 17.79 -
YUV 206 52.94 115.16 -
System Red Green Blue C M Y K H S L
Decimal 188 241 73 0.22 0 0.70 0.05 78.93 0.86 0.62
Hex BC F1 49 16 0 46 5 4F 56 3E
Octal 274 361 111 26 0 106 5 117 126 76
Binary 10111100 11110001 1001001 10110 0 1000110 101 1001111 1010110 111110

Color Harmonies of #BCF149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF149

Black with #BCF149

Text Example


Text Example

White with #BCF149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF149; }

 p { color: rgb(188,241,73); }

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

background-color css

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

 a { background-color: rgb(188,241,73); }

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

border-color css

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

 span { border-color: rgb(188,241,73); }

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