Html Css Color HEX #BCEC46 Conifer

📋 copy color: '#BCEC46'

red 188 ◦ green 236 ◦ blue 70

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

Shades of Conifer #BCEC46

Tints of Conifer #BCEC46

RGB

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

 GREEN value IS 236 (92.58% from 255) = 47.77%

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

R = 38.06%
G = 47.77%
B = 14.17%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#BCEC46 (or 0xBCEC46) is known color: Conifer. HEX triplet: BC, EC and 46. RGB value is (188,236,70). Sum of RGB (Red+Green+Blue) = 188+236+70=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 236 (92.58% from 255 or 47.77% from 494); Blue value is 70 (27.73% from 255 or 14.17% from 494); Max value from RGB is 236 - color contains mainly: green. Hex color #BCEC46 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCEC46 is #4313B9. Grayscale: #CBCBCB. Windows color (decimal): -4395962 or 4648124. OLE color: 4648124.

HSL color Cylindrical-coordinate representation of color #BCEC46: hue angle of 77.35º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BCEC46 is Cyan = 0.20, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 236 70 -
CMYK 0.20 0 0.70 0.07
HSL 77.35º 0.81% 0.6% -
HSV(B) 77.35º 0.7% 0.93% -
XYZ 51.84 71.12 16.79 -
YUV 202.72 53.1 117.5 -
System Red Green Blue C M Y K H S L
Decimal 188 236 70 0.20 0 0.70 0.07 77.35 0.81 0.6
Hex BC EC 46 14 0 46 7 4D 51 3C
Octal 274 354 106 24 0 106 7 115 121 74
Binary 10111100 11101100 1000110 10100 0 1000110 111 1001101 1010001 111100

Color Harmonies of #BCEC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEC46

Black with #BCEC46

Text Example


Text Example

White with #BCEC46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEC46; }

 p { color: rgb(188,236,70); }

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

background-color css

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

 a { background-color: rgb(188,236,70); }

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

border-color css

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

 span { border-color: rgb(188,236,70); }

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