Html Css Color HEX #BCEC57 Conifer

📋 copy color: '#BCEC57'

red 188 ◦ green 236 ◦ blue 87

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

Shades of Conifer #BCEC57

Tints of Conifer #BCEC57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 17.03%

R = 36.79%
G = 46.18%
B = 17.03%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#BCEC57 (or 0xBCEC57) is known color: Conifer. HEX triplet: BC, EC and 57. RGB value is (188,236,87). Sum of RGB (Red+Green+Blue) = 188+236+87=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 236 (92.58% from 255 or 46.18% from 511); Blue value is 87 (34.38% from 255 or 17.03% from 511); Max value from RGB is 236 - color contains mainly: green. Hex color #BCEC57 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEC57 is #4313A8. Grayscale: #CDCDCD. Windows color (decimal): -4395945 or 5762236. OLE color: 5762236.

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

Color convert

RGB 188 236 87 -
CMYK 0.20 0 0.63 0.07
HSL 79.33º 0.8% 0.63% -
HSV(B) 79.33º 0.63% 0.93% -
XYZ 52.45 71.37 20.03 -
YUV 204.66 61.6 116.12 -
System Red Green Blue C M Y K H S L
Decimal 188 236 87 0.20 0 0.63 0.07 79.33 0.8 0.63
Hex BC EC 57 14 0 3F 7 4F 50 3F
Octal 274 354 127 24 0 77 7 117 120 77
Binary 10111100 11101100 1010111 10100 0 111111 111 1001111 1010000 111111

Color Harmonies of #BCEC57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEC57

Black with #BCEC57

Text Example


Text Example

White with #BCEC57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEC57; }

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

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

background-color css

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

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

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

border-color css

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

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

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