Html Css Color HEX #BCF156 Conifer

📋 copy color: '#BCF156'

red 188 ◦ green 241 ◦ blue 86

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

Shades of Conifer #BCF156

Tints of Conifer #BCF156

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 16.7%

R = 36.5%
G = 46.8%
B = 16.7%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#BCF156 (or 0xBCF156) is known color: Conifer. HEX triplet: BC, F1 and 56. RGB value is (188,241,86). Sum of RGB (Red+Green+Blue) = 188+241+86=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 241 (94.53% from 255 or 46.80% from 515); Blue value is 86 (33.98% from 255 or 16.70% from 515); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF156 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF156 is #430EA9. Grayscale: #D0D0D0. Windows color (decimal): -4394666 or 5697980. OLE color: 5697980.

HSL color Cylindrical-coordinate representation of color #BCF156: hue angle of 80.52º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BCF156 is Cyan = 0.22, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 241 86 -
CMYK 0.22 0 0.64 0.05
HSL 80.52º 0.85% 0.64% -
HSV(B) 80.52º 0.64% 0.95% -
XYZ 53.87 74.27 20.3 -
YUV 207.48 59.44 114.1 -
System Red Green Blue C M Y K H S L
Decimal 188 241 86 0.22 0 0.64 0.05 80.52 0.85 0.64
Hex BC F1 56 16 0 40 5 51 55 40
Octal 274 361 126 26 0 100 5 121 125 100
Binary 10111100 11110001 1010110 10110 0 1000000 101 1010001 1010101 1000000

Color Harmonies of #BCF156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF156

Black with #BCF156

Text Example


Text Example

White with #BCF156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF156; }

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

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

background-color css

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

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

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

border-color css

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

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

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